Does uft8 mean size 8 font?
up vote
1
down vote
favorite
Does usepackage[utf8]{inputenc}
specify the font to be size 8?
I don't think so, but just wanted to confirm.
And if it doesn't, how do I determine the fontsize of my document when given the following:
documentclass{article}
usepackage[margin=0.2in]{geometry}
setlengthparindent{0pt}
usepackage{listings}
usepackage[utf8]{inputenc}
usepackage{tikz}
usetikzlibrary{matrix,shapes,arrows,positioning,chains}
usepackage{amsmath}
usepackage{amssymb}
usepackage{bbm}
usepackage{caption}
usepackage{caption}
usepackage{gensymb}
usepackage{physics}
usepackage{float}
usepackage{footnote}
usepackage{ragged2e}
usepackage{scrextend}
deffootnote{0em}{1.6em}{thefootnotemark.enskip}
usepackage{amsmath}
DeclareMathOperator*{argmax}{arg,max}
DeclareMathOperator*{argmin}{arg,min}
setlength{mathindent}{0pt}
packages fontsize
add a comment |
up vote
1
down vote
favorite
Does usepackage[utf8]{inputenc}
specify the font to be size 8?
I don't think so, but just wanted to confirm.
And if it doesn't, how do I determine the fontsize of my document when given the following:
documentclass{article}
usepackage[margin=0.2in]{geometry}
setlengthparindent{0pt}
usepackage{listings}
usepackage[utf8]{inputenc}
usepackage{tikz}
usetikzlibrary{matrix,shapes,arrows,positioning,chains}
usepackage{amsmath}
usepackage{amssymb}
usepackage{bbm}
usepackage{caption}
usepackage{caption}
usepackage{gensymb}
usepackage{physics}
usepackage{float}
usepackage{footnote}
usepackage{ragged2e}
usepackage{scrextend}
deffootnote{0em}{1.6em}{thefootnotemark.enskip}
usepackage{amsmath}
DeclareMathOperator*{argmax}{arg,max}
DeclareMathOperator*{argmin}{arg,min}
setlength{mathindent}{0pt}
packages fontsize
3
No, it doesn't.
– andselisk
Dec 5 at 18:18
3
The standard font size is 10pt
– egreg
Dec 5 at 18:28
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Does usepackage[utf8]{inputenc}
specify the font to be size 8?
I don't think so, but just wanted to confirm.
And if it doesn't, how do I determine the fontsize of my document when given the following:
documentclass{article}
usepackage[margin=0.2in]{geometry}
setlengthparindent{0pt}
usepackage{listings}
usepackage[utf8]{inputenc}
usepackage{tikz}
usetikzlibrary{matrix,shapes,arrows,positioning,chains}
usepackage{amsmath}
usepackage{amssymb}
usepackage{bbm}
usepackage{caption}
usepackage{caption}
usepackage{gensymb}
usepackage{physics}
usepackage{float}
usepackage{footnote}
usepackage{ragged2e}
usepackage{scrextend}
deffootnote{0em}{1.6em}{thefootnotemark.enskip}
usepackage{amsmath}
DeclareMathOperator*{argmax}{arg,max}
DeclareMathOperator*{argmin}{arg,min}
setlength{mathindent}{0pt}
packages fontsize
Does usepackage[utf8]{inputenc}
specify the font to be size 8?
I don't think so, but just wanted to confirm.
And if it doesn't, how do I determine the fontsize of my document when given the following:
documentclass{article}
usepackage[margin=0.2in]{geometry}
setlengthparindent{0pt}
usepackage{listings}
usepackage[utf8]{inputenc}
usepackage{tikz}
usetikzlibrary{matrix,shapes,arrows,positioning,chains}
usepackage{amsmath}
usepackage{amssymb}
usepackage{bbm}
usepackage{caption}
usepackage{caption}
usepackage{gensymb}
usepackage{physics}
usepackage{float}
usepackage{footnote}
usepackage{ragged2e}
usepackage{scrextend}
deffootnote{0em}{1.6em}{thefootnotemark.enskip}
usepackage{amsmath}
DeclareMathOperator*{argmax}{arg,max}
DeclareMathOperator*{argmin}{arg,min}
setlength{mathindent}{0pt}
packages fontsize
packages fontsize
edited Dec 5 at 18:28
egreg
704k8618763155
704k8618763155
asked Dec 5 at 18:17
user176205
61
61
3
No, it doesn't.
– andselisk
Dec 5 at 18:18
3
The standard font size is 10pt
– egreg
Dec 5 at 18:28
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12
add a comment |
3
No, it doesn't.
– andselisk
Dec 5 at 18:18
3
The standard font size is 10pt
– egreg
Dec 5 at 18:28
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12
3
3
No, it doesn't.
– andselisk
Dec 5 at 18:18
No, it doesn't.
– andselisk
Dec 5 at 18:18
3
3
The standard font size is 10pt
– egreg
Dec 5 at 18:28
The standard font size is 10pt
– egreg
Dec 5 at 18:28
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
UTF-8
or UTF8
is just a character encoding which has become the unicode standard nowadays. Specifying character encoding will declare which fonts to be used for printing characters. It does not have anything to do with the font size.
If you want to change the font size, you can write documentclass[12pt]{article}
into the preamble.
3
You could also mention theextarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes likearticle
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.
– GuM
Dec 5 at 19:30
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
UTF-8
or UTF8
is just a character encoding which has become the unicode standard nowadays. Specifying character encoding will declare which fonts to be used for printing characters. It does not have anything to do with the font size.
If you want to change the font size, you can write documentclass[12pt]{article}
into the preamble.
3
You could also mention theextarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes likearticle
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.
– GuM
Dec 5 at 19:30
add a comment |
up vote
1
down vote
UTF-8
or UTF8
is just a character encoding which has become the unicode standard nowadays. Specifying character encoding will declare which fonts to be used for printing characters. It does not have anything to do with the font size.
If you want to change the font size, you can write documentclass[12pt]{article}
into the preamble.
3
You could also mention theextarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes likearticle
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.
– GuM
Dec 5 at 19:30
add a comment |
up vote
1
down vote
up vote
1
down vote
UTF-8
or UTF8
is just a character encoding which has become the unicode standard nowadays. Specifying character encoding will declare which fonts to be used for printing characters. It does not have anything to do with the font size.
If you want to change the font size, you can write documentclass[12pt]{article}
into the preamble.
UTF-8
or UTF8
is just a character encoding which has become the unicode standard nowadays. Specifying character encoding will declare which fonts to be used for printing characters. It does not have anything to do with the font size.
If you want to change the font size, you can write documentclass[12pt]{article}
into the preamble.
edited Dec 5 at 18:45
answered Dec 5 at 18:39
Dave
719516
719516
3
You could also mention theextarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes likearticle
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.
– GuM
Dec 5 at 19:30
add a comment |
3
You could also mention theextarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes likearticle
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.
– GuM
Dec 5 at 19:30
3
3
You could also mention the
extarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes like article
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.– GuM
Dec 5 at 19:30
You could also mention the
extarticle
class, that supports font sizes ranging from 8pt to 20pt; whereas the standard classes like article
have direct support only for three main sizes, namel 10pt (default), 11pt, and 12pt.– GuM
Dec 5 at 19:30
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463358%2fdoes-uft8-mean-size-8-font%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
No, it doesn't.
– andselisk
Dec 5 at 18:18
3
The standard font size is 10pt
– egreg
Dec 5 at 18:28
Welcome to TeX.SX! Do you want to typest a whole article in 8-point type (hugh!), or you just a portion of text?
– GuM
Dec 5 at 19:33
It's best not to load the same package twice (amsmath & caption), by the way.
– Ian Thompson
Dec 5 at 21:12