How do I change my LaTex document to follow some Word requirements?Setting a document in MS Word-12pt (12bp)Double or one-half spacingMaking a LaTeX document appear as though it were typeset in MS WordConfusion: onehalfspacing vs. spacing vs. Word vs. the world?Need help making sure a given thesis template is in line with my uni's style requirements (margin, spacing, font, etc)Layout for seminar paper; justified, font, size, spacingHow similar output do mathptmx and Times New Roman create?How to ensure that margins are correct - geometry package is not working properlyhelp with font for my phd thesis
Which verb means "to pet <an animal>"?
Define macros by using `foreach` of TikZ
How can I find the weakness of our "Quality Assurance Process"?
Meaning of 'off one's brake fluid'
For the Dungeon of the Mad Mage adventure, which dimension is used to determine a room's ceiling height?
Has any version of Marvel's Black Panther ever been able to actually turn into a Were-Panther form?
Computationally expensive AI techniques (that are promising)
What are the applications of the Mean Value Theorem?
Can a stolen Android phone with USB debugging enabled have screen lock bypassed?
if the mode of a normal distribution is 0, then what's the value of the mean
Is void *function a pointer to function or a function returning a void*?
Uncooked peppers and garlic in olive oil fizzled when opened
Tuple slicing not returning a new object as opposed to list slicing
Why is macOS limited to 1064 processes?
Calculate the internal angles of a regular polygon with N sides
Joining matrices together
Finding big cacti between Phoenix, Las Vegas, and Los Angeles
Two different ultrasonic range finders to minimize interference
Oathbow: does the first attack count as being against your Sworn Enemy?
Why do electrons tend to be in energy eigenstates?
Left a meeting without apparent reason. What to do?
Set 3D cursor position while left-click selection is enabled (2.8)
Is it likely that my lack of post-secondary education is holding my resume back?
Was this “caterpillar” strategy a good way to advance my pawns?
How do I change my LaTex document to follow some Word requirements?
Setting a document in MS Word-12pt (12bp)Double or one-half spacingMaking a LaTeX document appear as though it were typeset in MS WordConfusion: onehalfspacing vs. spacing vs. Word vs. the world?Need help making sure a given thesis template is in line with my uni's style requirements (margin, spacing, font, etc)Layout for seminar paper; justified, font, size, spacingHow similar output do mathptmx and Times New Roman create?How to ensure that margins are correct - geometry package is not working properlyhelp with font for my phd thesis
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am writing my thesis in LaTex and I am strictly required to write:
- With Times New Roman
- 12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
- One and a half line spacing
- All the four margins (left, right, up and down) need to be of 2.5 cm
Can you help me with these four commands to add to my thesis?
fonts spacing margins line-spacing dimensions
add a comment
|
I am writing my thesis in LaTex and I am strictly required to write:
- With Times New Roman
- 12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
- One and a half line spacing
- All the four margins (left, right, up and down) need to be of 2.5 cm
Can you help me with these four commands to add to my thesis?
fonts spacing margins line-spacing dimensions
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55
add a comment
|
I am writing my thesis in LaTex and I am strictly required to write:
- With Times New Roman
- 12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
- One and a half line spacing
- All the four margins (left, right, up and down) need to be of 2.5 cm
Can you help me with these four commands to add to my thesis?
fonts spacing margins line-spacing dimensions
I am writing my thesis in LaTex and I am strictly required to write:
- With Times New Roman
- 12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
- One and a half line spacing
- All the four margins (left, right, up and down) need to be of 2.5 cm
Can you help me with these four commands to add to my thesis?
fonts spacing margins line-spacing dimensions
fonts spacing margins line-spacing dimensions
asked Jun 11 at 7:53
user190786user190786
513 bronze badges
513 bronze badges
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55
add a comment
|
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55
add a comment
|
1 Answer
1
active
oldest
votes
With Times New Roman
With xelatex
or lualatex
you can use any .ttf or .otf font available in your system, and of course times. For pdflatex
or any other compiler there are also an obsolete times
package, that should be replaced by the mathptmx
package, which supports Times Roman text.
12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
Hardly anyone will notice this, but this is a duplicate of Setting a document in MS Word-12pt (12bp)
One and a half line spacing
... that is also different of Word spacing, but this is also a duplicate of Double or one-half spacing
All the four margins (left, right, up and down) need to be of 2.5 cm
Easy way:
usepackage[margin=2.5cm]geometry
1
These days I thinknewtxtext
/newtxmath
are the replacement formathptmx
.
– Alan Munn
Jun 11 at 21:34
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/4.0/"u003ecc by-sa 4.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%2f495239%2fhow-do-i-change-my-latex-document-to-follow-some-word-requirements%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
With Times New Roman
With xelatex
or lualatex
you can use any .ttf or .otf font available in your system, and of course times. For pdflatex
or any other compiler there are also an obsolete times
package, that should be replaced by the mathptmx
package, which supports Times Roman text.
12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
Hardly anyone will notice this, but this is a duplicate of Setting a document in MS Word-12pt (12bp)
One and a half line spacing
... that is also different of Word spacing, but this is also a duplicate of Double or one-half spacing
All the four margins (left, right, up and down) need to be of 2.5 cm
Easy way:
usepackage[margin=2.5cm]geometry
1
These days I thinknewtxtext
/newtxmath
are the replacement formathptmx
.
– Alan Munn
Jun 11 at 21:34
add a comment
|
With Times New Roman
With xelatex
or lualatex
you can use any .ttf or .otf font available in your system, and of course times. For pdflatex
or any other compiler there are also an obsolete times
package, that should be replaced by the mathptmx
package, which supports Times Roman text.
12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
Hardly anyone will notice this, but this is a duplicate of Setting a document in MS Word-12pt (12bp)
One and a half line spacing
... that is also different of Word spacing, but this is also a duplicate of Double or one-half spacing
All the four margins (left, right, up and down) need to be of 2.5 cm
Easy way:
usepackage[margin=2.5cm]geometry
1
These days I thinknewtxtext
/newtxmath
are the replacement formathptmx
.
– Alan Munn
Jun 11 at 21:34
add a comment
|
With Times New Roman
With xelatex
or lualatex
you can use any .ttf or .otf font available in your system, and of course times. For pdflatex
or any other compiler there are also an obsolete times
package, that should be replaced by the mathptmx
package, which supports Times Roman text.
12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
Hardly anyone will notice this, but this is a duplicate of Setting a document in MS Word-12pt (12bp)
One and a half line spacing
... that is also different of Word spacing, but this is also a duplicate of Double or one-half spacing
All the four margins (left, right, up and down) need to be of 2.5 cm
Easy way:
usepackage[margin=2.5cm]geometry
With Times New Roman
With xelatex
or lualatex
you can use any .ttf or .otf font available in your system, and of course times. For pdflatex
or any other compiler there are also an obsolete times
package, that should be replaced by the mathptmx
package, which supports Times Roman text.
12 pt (which I have read 12pt in Word is different from 12pt in LaTex)
Hardly anyone will notice this, but this is a duplicate of Setting a document in MS Word-12pt (12bp)
One and a half line spacing
... that is also different of Word spacing, but this is also a duplicate of Double or one-half spacing
All the four margins (left, right, up and down) need to be of 2.5 cm
Easy way:
usepackage[margin=2.5cm]geometry
edited Jun 11 at 22:41
jarhill0
1133 bronze badges
1133 bronze badges
answered Jun 11 at 8:20
FranFran
57.2k6 gold badges125 silver badges193 bronze badges
57.2k6 gold badges125 silver badges193 bronze badges
1
These days I thinknewtxtext
/newtxmath
are the replacement formathptmx
.
– Alan Munn
Jun 11 at 21:34
add a comment
|
1
These days I thinknewtxtext
/newtxmath
are the replacement formathptmx
.
– Alan Munn
Jun 11 at 21:34
1
1
These days I think
newtxtext
/newtxmath
are the replacement for mathptmx
.– Alan Munn
Jun 11 at 21:34
These days I think
newtxtext
/newtxmath
are the replacement for mathptmx
.– Alan Munn
Jun 11 at 21:34
add a comment
|
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%2f495239%2fhow-do-i-change-my-latex-document-to-follow-some-word-requirements%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
At my university, they had their own .sty file that I had to use. Does that exist for your university?
– Durkee
Jun 11 at 18:55