Putting text and a logo at the same level on a front page The Next CEO of Stack OverflowResources for title page and front matter designFront page and author in list of contentsRaised image on front pageneed a front page (cover) before title page (apa6.cls)Wrong page headers in front matterRemove page number in blank even pages within the front matterHow to maintain the even space in front matter attributes using if then else conditionFront matter page style of table of contents pageExtract just the front page code from templatefront page of thesis
Inappropriate reference requests from Journal reviewers
What exact does MIB represent in SNMP? How is it different from OID?
What benefits would be gained by using human laborers instead of drones in deep sea mining?
How to avoid supervisors with prejudiced views?
Is it professional to write unrelated content in an almost-empty email?
Why do remote companies require working in the US?
Can I run my washing machine drain line into a condensate pump so it drains better?
Real integral using residue theorem - why doesn't this work?
Why does the UK parliament need a vote on the political declaration?
What does convergence in distribution "in the Gromov–Hausdorff" sense mean?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Preparing Indesign booklet with .psd graphics for print
Is there a way to save my career from absolute disaster?
What can we do to stop prior company from asking us questions?
MessageLevel in QGIS3
Are there any limitations on attacking while grappling?
Why do variable in an inner function return nan when there is the same variable name at the inner function declared after log
What connection does MS Office have to Netscape Navigator?
Which tube will fit a -(700 x 25c) wheel?
How did people program for Consoles with multiple CPUs?
Would a galaxy be visible from outside, but nearby?
How does the Z80 determine which peripheral sent an interrupt?
Sending manuscript to multiple publishers
Elegant way to replace substring in a regex with optional groups in Python?
Putting text and a logo at the same level on a front page
The Next CEO of Stack OverflowResources for title page and front matter designFront page and author in list of contentsRaised image on front pageneed a front page (cover) before title page (apa6.cls)Wrong page headers in front matterRemove page number in blank even pages within the front matterHow to maintain the even space in front matter attributes using if then else conditionFront matter page style of table of contents pageExtract just the front page code from templatefront page of thesis
I want to put text and a logo at the same level on a front page. I tried to use minipage
but I had an option clash for package xcolor
:
documentclass[english, a4paper, 12pt, twoside]article
% -------------- Setup, do not change these ---------------
usepackagetextcomp
usepackage[T1]fontenc, url
usepackage[utf8]inputenc
usepackagetitlesec
setcountersecnumdepth4
usepackagemultirow
usepackageminted % Code highlighting
usepackageadjustbox
usepackagegraphicx
usepackageamsmath, amssymb, amsthm % Mathematical packages
usepackageparskip % Removing indenting in new paragraphs
urlstylesf
usepackagecolor
usepackage[svgnames]xcolor
usepackagesubcaption
usepackageappendix
usepackagelistings
usepackagechngcntr % needed for correct table numbering
counterwithintablesection % numbering of tables
counterwithinfiguresection % numbering of figures
numberwithinequationsection % numbering of equations
hyphenpenalty=100000 % preventing splitting of words
sloppy
raggedbottom
usepackagexparse,nameref
usepackage[bottom]footmisc % Fotnotes are fixed to bottom of page
usepackagelipsum % For genereating dummy text
% --------- You can edit from this point on --------
% ----- Appearance and language -----
usepackage[english]babel % document language
graphicspathImages/../Images/ % path to images
usepackage[margin=2.54cm]geometry % sets margins for the document
usepackagesetspace
linespread1.5 % line spread for the document
usepackagemicrotype
% ----- Sections -----
titleformat*sectionLARGEbfseries % section heading
titleformat*subsectionLargebfseries % subsection heading
titleformat*subsubsectionlargebfseries % subsubsection heading
% next three lines creates the paragraph command with correct heading
titleformatparagraph
normalfontnormalsizebfseriestheparagraph1em
titlespacing*paragraph
0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
% ----- Figures and tables -----
usepackagefancyhdr
usepackagesubfiles
usepackagearray
usepackage[rightcaption]sidecap
usepackagewrapfig
usepackagefloat
usepackage[labelfont=bf]caption % bold text for captions
usepackage[para]threeparttable % fancy tables, check these before you use them
usepackageurl
usepackage[table,xcdraw]xcolor
%usepackagemakecell
usepackagehhline
fancypagestylefrontpage
fancyhf
renewcommandheadrulewidth0pt
renewcommandfootrulewidth0pt
vspace*1baselineskip
beginfigure
beginminipage
fancyhead[R]École supérieure
linebreak S8, Avril 2018vspace*5baselineskip
endminipage
beginminipage
fancyhead[L] includegraphics[width=2.5in]logo.png % change to nhhlogo1.png for golden NHH logo
endminipage
endfigure
begindocument
includeNHH-Frontpage
enddocument
It seemed I missed an option while calling this xcolor package. But even after adding it the problem was still there. This was the error message:
l.69 usepackage
hhline
The package xcolor has already been loaded with options:
[svgnames]
There has now been an attempt to load it with options
[table,xcdraw,svgnames]
Adding the global options:
svgnames,table,xcdraw,svgnames
to your documentclass declaration may fix this.
Try typing <return> to proceed.
Until now while coding it without minipage
I had:
graphics front-matter
add a comment |
I want to put text and a logo at the same level on a front page. I tried to use minipage
but I had an option clash for package xcolor
:
documentclass[english, a4paper, 12pt, twoside]article
% -------------- Setup, do not change these ---------------
usepackagetextcomp
usepackage[T1]fontenc, url
usepackage[utf8]inputenc
usepackagetitlesec
setcountersecnumdepth4
usepackagemultirow
usepackageminted % Code highlighting
usepackageadjustbox
usepackagegraphicx
usepackageamsmath, amssymb, amsthm % Mathematical packages
usepackageparskip % Removing indenting in new paragraphs
urlstylesf
usepackagecolor
usepackage[svgnames]xcolor
usepackagesubcaption
usepackageappendix
usepackagelistings
usepackagechngcntr % needed for correct table numbering
counterwithintablesection % numbering of tables
counterwithinfiguresection % numbering of figures
numberwithinequationsection % numbering of equations
hyphenpenalty=100000 % preventing splitting of words
sloppy
raggedbottom
usepackagexparse,nameref
usepackage[bottom]footmisc % Fotnotes are fixed to bottom of page
usepackagelipsum % For genereating dummy text
% --------- You can edit from this point on --------
% ----- Appearance and language -----
usepackage[english]babel % document language
graphicspathImages/../Images/ % path to images
usepackage[margin=2.54cm]geometry % sets margins for the document
usepackagesetspace
linespread1.5 % line spread for the document
usepackagemicrotype
% ----- Sections -----
titleformat*sectionLARGEbfseries % section heading
titleformat*subsectionLargebfseries % subsection heading
titleformat*subsubsectionlargebfseries % subsubsection heading
% next three lines creates the paragraph command with correct heading
titleformatparagraph
normalfontnormalsizebfseriestheparagraph1em
titlespacing*paragraph
0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
% ----- Figures and tables -----
usepackagefancyhdr
usepackagesubfiles
usepackagearray
usepackage[rightcaption]sidecap
usepackagewrapfig
usepackagefloat
usepackage[labelfont=bf]caption % bold text for captions
usepackage[para]threeparttable % fancy tables, check these before you use them
usepackageurl
usepackage[table,xcdraw]xcolor
%usepackagemakecell
usepackagehhline
fancypagestylefrontpage
fancyhf
renewcommandheadrulewidth0pt
renewcommandfootrulewidth0pt
vspace*1baselineskip
beginfigure
beginminipage
fancyhead[R]École supérieure
linebreak S8, Avril 2018vspace*5baselineskip
endminipage
beginminipage
fancyhead[L] includegraphics[width=2.5in]logo.png % change to nhhlogo1.png for golden NHH logo
endminipage
endfigure
begindocument
includeNHH-Frontpage
enddocument
It seemed I missed an option while calling this xcolor package. But even after adding it the problem was still there. This was the error message:
l.69 usepackage
hhline
The package xcolor has already been loaded with options:
[svgnames]
There has now been an attempt to load it with options
[table,xcdraw,svgnames]
Adding the global options:
svgnames,table,xcdraw,svgnames
to your documentclass declaration may fix this.
Try typing <return> to proceed.
Until now while coding it without minipage
I had:
graphics front-matter
3
The option clash error is because you load thexcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.
– leandriis
12 hours ago
add a comment |
I want to put text and a logo at the same level on a front page. I tried to use minipage
but I had an option clash for package xcolor
:
documentclass[english, a4paper, 12pt, twoside]article
% -------------- Setup, do not change these ---------------
usepackagetextcomp
usepackage[T1]fontenc, url
usepackage[utf8]inputenc
usepackagetitlesec
setcountersecnumdepth4
usepackagemultirow
usepackageminted % Code highlighting
usepackageadjustbox
usepackagegraphicx
usepackageamsmath, amssymb, amsthm % Mathematical packages
usepackageparskip % Removing indenting in new paragraphs
urlstylesf
usepackagecolor
usepackage[svgnames]xcolor
usepackagesubcaption
usepackageappendix
usepackagelistings
usepackagechngcntr % needed for correct table numbering
counterwithintablesection % numbering of tables
counterwithinfiguresection % numbering of figures
numberwithinequationsection % numbering of equations
hyphenpenalty=100000 % preventing splitting of words
sloppy
raggedbottom
usepackagexparse,nameref
usepackage[bottom]footmisc % Fotnotes are fixed to bottom of page
usepackagelipsum % For genereating dummy text
% --------- You can edit from this point on --------
% ----- Appearance and language -----
usepackage[english]babel % document language
graphicspathImages/../Images/ % path to images
usepackage[margin=2.54cm]geometry % sets margins for the document
usepackagesetspace
linespread1.5 % line spread for the document
usepackagemicrotype
% ----- Sections -----
titleformat*sectionLARGEbfseries % section heading
titleformat*subsectionLargebfseries % subsection heading
titleformat*subsubsectionlargebfseries % subsubsection heading
% next three lines creates the paragraph command with correct heading
titleformatparagraph
normalfontnormalsizebfseriestheparagraph1em
titlespacing*paragraph
0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
% ----- Figures and tables -----
usepackagefancyhdr
usepackagesubfiles
usepackagearray
usepackage[rightcaption]sidecap
usepackagewrapfig
usepackagefloat
usepackage[labelfont=bf]caption % bold text for captions
usepackage[para]threeparttable % fancy tables, check these before you use them
usepackageurl
usepackage[table,xcdraw]xcolor
%usepackagemakecell
usepackagehhline
fancypagestylefrontpage
fancyhf
renewcommandheadrulewidth0pt
renewcommandfootrulewidth0pt
vspace*1baselineskip
beginfigure
beginminipage
fancyhead[R]École supérieure
linebreak S8, Avril 2018vspace*5baselineskip
endminipage
beginminipage
fancyhead[L] includegraphics[width=2.5in]logo.png % change to nhhlogo1.png for golden NHH logo
endminipage
endfigure
begindocument
includeNHH-Frontpage
enddocument
It seemed I missed an option while calling this xcolor package. But even after adding it the problem was still there. This was the error message:
l.69 usepackage
hhline
The package xcolor has already been loaded with options:
[svgnames]
There has now been an attempt to load it with options
[table,xcdraw,svgnames]
Adding the global options:
svgnames,table,xcdraw,svgnames
to your documentclass declaration may fix this.
Try typing <return> to proceed.
Until now while coding it without minipage
I had:
graphics front-matter
I want to put text and a logo at the same level on a front page. I tried to use minipage
but I had an option clash for package xcolor
:
documentclass[english, a4paper, 12pt, twoside]article
% -------------- Setup, do not change these ---------------
usepackagetextcomp
usepackage[T1]fontenc, url
usepackage[utf8]inputenc
usepackagetitlesec
setcountersecnumdepth4
usepackagemultirow
usepackageminted % Code highlighting
usepackageadjustbox
usepackagegraphicx
usepackageamsmath, amssymb, amsthm % Mathematical packages
usepackageparskip % Removing indenting in new paragraphs
urlstylesf
usepackagecolor
usepackage[svgnames]xcolor
usepackagesubcaption
usepackageappendix
usepackagelistings
usepackagechngcntr % needed for correct table numbering
counterwithintablesection % numbering of tables
counterwithinfiguresection % numbering of figures
numberwithinequationsection % numbering of equations
hyphenpenalty=100000 % preventing splitting of words
sloppy
raggedbottom
usepackagexparse,nameref
usepackage[bottom]footmisc % Fotnotes are fixed to bottom of page
usepackagelipsum % For genereating dummy text
% --------- You can edit from this point on --------
% ----- Appearance and language -----
usepackage[english]babel % document language
graphicspathImages/../Images/ % path to images
usepackage[margin=2.54cm]geometry % sets margins for the document
usepackagesetspace
linespread1.5 % line spread for the document
usepackagemicrotype
% ----- Sections -----
titleformat*sectionLARGEbfseries % section heading
titleformat*subsectionLargebfseries % subsection heading
titleformat*subsubsectionlargebfseries % subsubsection heading
% next three lines creates the paragraph command with correct heading
titleformatparagraph
normalfontnormalsizebfseriestheparagraph1em
titlespacing*paragraph
0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
% ----- Figures and tables -----
usepackagefancyhdr
usepackagesubfiles
usepackagearray
usepackage[rightcaption]sidecap
usepackagewrapfig
usepackagefloat
usepackage[labelfont=bf]caption % bold text for captions
usepackage[para]threeparttable % fancy tables, check these before you use them
usepackageurl
usepackage[table,xcdraw]xcolor
%usepackagemakecell
usepackagehhline
fancypagestylefrontpage
fancyhf
renewcommandheadrulewidth0pt
renewcommandfootrulewidth0pt
vspace*1baselineskip
beginfigure
beginminipage
fancyhead[R]École supérieure
linebreak S8, Avril 2018vspace*5baselineskip
endminipage
beginminipage
fancyhead[L] includegraphics[width=2.5in]logo.png % change to nhhlogo1.png for golden NHH logo
endminipage
endfigure
begindocument
includeNHH-Frontpage
enddocument
It seemed I missed an option while calling this xcolor package. But even after adding it the problem was still there. This was the error message:
l.69 usepackage
hhline
The package xcolor has already been loaded with options:
[svgnames]
There has now been an attempt to load it with options
[table,xcdraw,svgnames]
Adding the global options:
svgnames,table,xcdraw,svgnames
to your documentclass declaration may fix this.
Try typing <return> to proceed.
Until now while coding it without minipage
I had:
graphics front-matter
graphics front-matter
asked 12 hours ago
ThePassengerThePassenger
422149
422149
3
The option clash error is because you load thexcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.
– leandriis
12 hours ago
add a comment |
3
The option clash error is because you load thexcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.
– leandriis
12 hours ago
3
3
The option clash error is because you load the
xcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.– leandriis
12 hours ago
The option clash error is because you load the
xcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.– leandriis
12 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482154%2fputting-text-and-a-logo-at-the-same-level-on-a-front-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482154%2fputting-text-and-a-logo-at-the-same-level-on-a-front-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
The option clash error is because you load the
xcolor
package twice and with different options (see line 17 and 65) Please also make our code a MWE that does not rely on external files that are not accessible to others.– leandriis
12 hours ago