Word template with LatexLaTeX template for book reading?Reproduction of Word Report Template in LaTeXModern...
Map of water taps to fill bottles
Minor Revision with suggestion of an alternative proof by reviewer
Extension of 2-adic valuation to the real numbers
Was there a Viking Exchange as well as a Columbian one?
Overlay of two functions leaves gaps
How does Captain America channel this power?
Discriminated by senior researcher because of my ethnicity
'It addicted me, with one taste.' Can 'addict' be used transitively?
Which big number is bigger?
bldc motor, esc and battery draw, nominal vs peak
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
How to denote matrix elements succinctly?
Coordinate my way to the name of the (video) game
Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?
Can't get 5V 3A DC constant
Pulling the rope with one hand is as heavy as with two hands?
Why did some of my point & shoot film photos come back with one third light white or orange?
What makes accurate emulation of old systems a difficult task?
Two field separators (colon and space) in awk
As an international instructor, should I openly talk about my accent?
Constructions of PRF (Pseudo Random Function)
How exactly does Hawking radiation decrease the mass of black holes?
Why did C use the -> operator instead of reusing the . operator?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Word template with Latex
LaTeX template for book reading?Reproduction of Word Report Template in LaTeXModern LaTeX templateQuestion Paper Template in LaTeX?Designing latex template for songIET Software journal latex templateThe Nature Letter Latex templateIdentifying a specific Latex templateLaTeX Error with SIAM templateLatex : Issue with Oxford Bioinformatics latex template
I am struggling to reproduce a Word template in Latex.
I managed to reproduce the font (Calibri) switching to LualaTex with
usepackage{fontspec}
setmainfont{Calibri}
I setup the margins using
usepackage{geometry}
geometry{a4paper, total={170mm,257mm},
left=25mm, right=25mm,top=25mm, bottom=25mm}
I also modified color
usepackage{xcolor}
usepackage{sectsty}
chapterfont{color{cyan}}
sectionfont{color{lightgray}}
What I can't do is to have the vertical line at the left margin. Any ideas? Thank you very much.
titlesec templates
New contributor
add a comment |
I am struggling to reproduce a Word template in Latex.
I managed to reproduce the font (Calibri) switching to LualaTex with
usepackage{fontspec}
setmainfont{Calibri}
I setup the margins using
usepackage{geometry}
geometry{a4paper, total={170mm,257mm},
left=25mm, right=25mm,top=25mm, bottom=25mm}
I also modified color
usepackage{xcolor}
usepackage{sectsty}
chapterfont{color{cyan}}
sectionfont{color{lightgray}}
What I can't do is to have the vertical line at the left margin. Any ideas? Thank you very much.
titlesec templates
New contributor
Welcome to TeX.SE
– Kurt
2 hours ago
add a comment |
I am struggling to reproduce a Word template in Latex.
I managed to reproduce the font (Calibri) switching to LualaTex with
usepackage{fontspec}
setmainfont{Calibri}
I setup the margins using
usepackage{geometry}
geometry{a4paper, total={170mm,257mm},
left=25mm, right=25mm,top=25mm, bottom=25mm}
I also modified color
usepackage{xcolor}
usepackage{sectsty}
chapterfont{color{cyan}}
sectionfont{color{lightgray}}
What I can't do is to have the vertical line at the left margin. Any ideas? Thank you very much.
titlesec templates
New contributor
I am struggling to reproduce a Word template in Latex.
I managed to reproduce the font (Calibri) switching to LualaTex with
usepackage{fontspec}
setmainfont{Calibri}
I setup the margins using
usepackage{geometry}
geometry{a4paper, total={170mm,257mm},
left=25mm, right=25mm,top=25mm, bottom=25mm}
I also modified color
usepackage{xcolor}
usepackage{sectsty}
chapterfont{color{cyan}}
sectionfont{color{lightgray}}
What I can't do is to have the vertical line at the left margin. Any ideas? Thank you very much.
titlesec templates
titlesec templates
New contributor
New contributor
New contributor
asked 2 hours ago
Mario La rochelleMario La rochelle
62
62
New contributor
New contributor
Welcome to TeX.SE
– Kurt
2 hours ago
add a comment |
Welcome to TeX.SE
– Kurt
2 hours ago
Welcome to TeX.SE
– Kurt
2 hours ago
Welcome to TeX.SE
– Kurt
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Have a look at the eso-pic
package. It allows you to put arbitrary content to a specific location on the page. See the following example:
documentclass{report}
usepackage{eso-pic}
usepackage{blindtext}
author{John Doe}
title{Some Thesis}
begin{document}
AddToShipoutPicture*{put(200,400){color{cyan}rule{0.5em}{4cm}}}
maketitle
blindtext
end{document}
add a comment |
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
});
}
});
Mario La rochelle is a new contributor. Be nice, and check out our Code of Conduct.
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%2f487823%2fword-template-with-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have a look at the eso-pic
package. It allows you to put arbitrary content to a specific location on the page. See the following example:
documentclass{report}
usepackage{eso-pic}
usepackage{blindtext}
author{John Doe}
title{Some Thesis}
begin{document}
AddToShipoutPicture*{put(200,400){color{cyan}rule{0.5em}{4cm}}}
maketitle
blindtext
end{document}
add a comment |
Have a look at the eso-pic
package. It allows you to put arbitrary content to a specific location on the page. See the following example:
documentclass{report}
usepackage{eso-pic}
usepackage{blindtext}
author{John Doe}
title{Some Thesis}
begin{document}
AddToShipoutPicture*{put(200,400){color{cyan}rule{0.5em}{4cm}}}
maketitle
blindtext
end{document}
add a comment |
Have a look at the eso-pic
package. It allows you to put arbitrary content to a specific location on the page. See the following example:
documentclass{report}
usepackage{eso-pic}
usepackage{blindtext}
author{John Doe}
title{Some Thesis}
begin{document}
AddToShipoutPicture*{put(200,400){color{cyan}rule{0.5em}{4cm}}}
maketitle
blindtext
end{document}
Have a look at the eso-pic
package. It allows you to put arbitrary content to a specific location on the page. See the following example:
documentclass{report}
usepackage{eso-pic}
usepackage{blindtext}
author{John Doe}
title{Some Thesis}
begin{document}
AddToShipoutPicture*{put(200,400){color{cyan}rule{0.5em}{4cm}}}
maketitle
blindtext
end{document}
answered 2 hours ago
Uwe ZiegenhagenUwe Ziegenhagen
9,37443980
9,37443980
add a comment |
add a comment |
Mario La rochelle is a new contributor. Be nice, and check out our Code of Conduct.
Mario La rochelle is a new contributor. Be nice, and check out our Code of Conduct.
Mario La rochelle is a new contributor. Be nice, and check out our Code of Conduct.
Mario La rochelle is a new contributor. Be nice, and check out our Code of Conduct.
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%2f487823%2fword-template-with-latex%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
Welcome to TeX.SE
– Kurt
2 hours ago