How to use fonts (the ones listed in mathalfa documentation) in math mode
I was looking for more fonts like mathcal
, mathbb
to use them in math mode, so I can distinguish different quantities, and I found this answer on TeX.SE to the question
What are all the font styles I can use in math mode?
In the first answer there is a list of all usable fonts in math mode which can be found at the end of the mathalfa
documentation and it's like
Now, I read the poor documentation on the mathalfa
package, without understanding enough to get those fonts. My question is: how do I use those fonts in math mode? Which package do I need to use them?
What are the commands with which I can choose between fonts?
Basically what I would like is something like (just to make an example)
Text [...] $esstix{A} = euler{A}$
What do I have to do? Even a more complete documentation with some examples would be good...
math-mode fonts amsmath
add a comment |
I was looking for more fonts like mathcal
, mathbb
to use them in math mode, so I can distinguish different quantities, and I found this answer on TeX.SE to the question
What are all the font styles I can use in math mode?
In the first answer there is a list of all usable fonts in math mode which can be found at the end of the mathalfa
documentation and it's like
Now, I read the poor documentation on the mathalfa
package, without understanding enough to get those fonts. My question is: how do I use those fonts in math mode? Which package do I need to use them?
What are the commands with which I can choose between fonts?
Basically what I would like is something like (just to make an example)
Text [...] $esstix{A} = euler{A}$
What do I have to do? Even a more complete documentation with some examples would be good...
math-mode fonts amsmath
add a comment |
I was looking for more fonts like mathcal
, mathbb
to use them in math mode, so I can distinguish different quantities, and I found this answer on TeX.SE to the question
What are all the font styles I can use in math mode?
In the first answer there is a list of all usable fonts in math mode which can be found at the end of the mathalfa
documentation and it's like
Now, I read the poor documentation on the mathalfa
package, without understanding enough to get those fonts. My question is: how do I use those fonts in math mode? Which package do I need to use them?
What are the commands with which I can choose between fonts?
Basically what I would like is something like (just to make an example)
Text [...] $esstix{A} = euler{A}$
What do I have to do? Even a more complete documentation with some examples would be good...
math-mode fonts amsmath
I was looking for more fonts like mathcal
, mathbb
to use them in math mode, so I can distinguish different quantities, and I found this answer on TeX.SE to the question
What are all the font styles I can use in math mode?
In the first answer there is a list of all usable fonts in math mode which can be found at the end of the mathalfa
documentation and it's like
Now, I read the poor documentation on the mathalfa
package, without understanding enough to get those fonts. My question is: how do I use those fonts in math mode? Which package do I need to use them?
What are the commands with which I can choose between fonts?
Basically what I would like is something like (just to make an example)
Text [...] $esstix{A} = euler{A}$
What do I have to do? Even a more complete documentation with some examples would be good...
math-mode fonts amsmath
math-mode fonts amsmath
edited 22 mins ago
Matemáticos Chibchas
21818
21818
asked Aug 5 '17 at 12:26
GiuTeXGiuTeX
688318
688318
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
mathalfa allows you to map fonts to the four standard command mathcal
, mathscr
, mathfrak
, mathbb
:
documentclass{report}
usepackage[cal=esstix,frak=euler,scr=boondox,bb= pazo]{mathalfa}
begin{document}
$mathcal{Esstix ABC}=mathfrak{Euler ABC}= mathscr{Boondox ABC}=mathbb{Pazo ABC}$
end{document}
Is it possible to have more than one style with newcommand or something like that, in addiction tomathcal
,mathscr
,mathfrak
,mathbb
?
– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
add a comment |
I'll post my own answer as I found a pretty simple way to achieve the resut I was looking for.
With the command DeclareMathAlphabet
, which syntax is
DeclareMathAlphabet{<math-alph>}{<encoding>}{<family>}{<series>}{<shape>}
you can define <math-alph>
to be a new math alphabet.
The arguments
<encoding>
,<family>
,<series>
,<shape>
are the default
values for this math alphabet in all math versions; these can be reset
later for a particular math version by aSetMathAlphabet
command. If
is empty then the is declared to be invalid in all
versions, unless it is set by a laterSetMathAlphabet
command.
Checks that
<math-alph>
can be used and that<encoding>
is a valid
encoding scheme.
In these examples,
foo
is defined everywhere butbaz
, by default, is
defined nowhere.
DeclareMathAlphabet{foo}{OT1}{cmtt}{m}{n}
DeclareMathAlphabet{baz}{OT1}{}{}{}
(from Index of /ctan-doc/macros/latex/doc/html/fntguide)
All the combination available with the mathalfa
package are available in the source code of mathalfa.sty
on GitHub. Another list, with all the font abbreviation can be found on the mathalfa
documentation (at the end of the pdf).
I found particularly illuminating the answer to this question provided by the user cfr
, which I thank for the illustration of the use of command
DeclareMathAlphabet
.
I'll provide a simple example for future visitors:
%PREAMBLE
DeclareMathAlphabetmathzapf{T1}{pzc}{mb}{it}
DeclareMathAlphabet{mathchorus}{OT1}{cmtt}{m}{n}
DeclareMathAlphabetmathrsfso{U}{rsfso}{m}{n}
% ...
%DOCUMENT
[
mathzapf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathchorus{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathrsfso{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
which output is
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
});
}
});
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%2f384937%2fhow-to-use-fonts-the-ones-listed-in-mathalfa-documentation-in-math-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
mathalfa allows you to map fonts to the four standard command mathcal
, mathscr
, mathfrak
, mathbb
:
documentclass{report}
usepackage[cal=esstix,frak=euler,scr=boondox,bb= pazo]{mathalfa}
begin{document}
$mathcal{Esstix ABC}=mathfrak{Euler ABC}= mathscr{Boondox ABC}=mathbb{Pazo ABC}$
end{document}
Is it possible to have more than one style with newcommand or something like that, in addiction tomathcal
,mathscr
,mathfrak
,mathbb
?
– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
add a comment |
mathalfa allows you to map fonts to the four standard command mathcal
, mathscr
, mathfrak
, mathbb
:
documentclass{report}
usepackage[cal=esstix,frak=euler,scr=boondox,bb= pazo]{mathalfa}
begin{document}
$mathcal{Esstix ABC}=mathfrak{Euler ABC}= mathscr{Boondox ABC}=mathbb{Pazo ABC}$
end{document}
Is it possible to have more than one style with newcommand or something like that, in addiction tomathcal
,mathscr
,mathfrak
,mathbb
?
– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
add a comment |
mathalfa allows you to map fonts to the four standard command mathcal
, mathscr
, mathfrak
, mathbb
:
documentclass{report}
usepackage[cal=esstix,frak=euler,scr=boondox,bb= pazo]{mathalfa}
begin{document}
$mathcal{Esstix ABC}=mathfrak{Euler ABC}= mathscr{Boondox ABC}=mathbb{Pazo ABC}$
end{document}
mathalfa allows you to map fonts to the four standard command mathcal
, mathscr
, mathfrak
, mathbb
:
documentclass{report}
usepackage[cal=esstix,frak=euler,scr=boondox,bb= pazo]{mathalfa}
begin{document}
$mathcal{Esstix ABC}=mathfrak{Euler ABC}= mathscr{Boondox ABC}=mathbb{Pazo ABC}$
end{document}
answered Aug 5 '17 at 13:17
Ulrike FischerUlrike Fischer
196k8303689
196k8303689
Is it possible to have more than one style with newcommand or something like that, in addiction tomathcal
,mathscr
,mathfrak
,mathbb
?
– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
add a comment |
Is it possible to have more than one style with newcommand or something like that, in addiction tomathcal
,mathscr
,mathfrak
,mathbb
?
– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
Is it possible to have more than one style with newcommand or something like that, in addiction to
mathcal
, mathscr
, mathfrak
, mathbb
?– GiuTeX
Aug 5 '17 at 13:46
Is it possible to have more than one style with newcommand or something like that, in addiction to
mathcal
, mathscr
, mathfrak
, mathbb
?– GiuTeX
Aug 5 '17 at 13:46
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Yes, with DeclareMathAlphabet or with newcommand. You only need to find out the needed nfss-declarations. Look in the code of mathalfa.
– Ulrike Fischer
Aug 5 '17 at 14:05
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
Could you provide an example for defining a single letter in a certain font, even with a new command?
– GiuTeX
Aug 5 '17 at 14:08
add a comment |
I'll post my own answer as I found a pretty simple way to achieve the resut I was looking for.
With the command DeclareMathAlphabet
, which syntax is
DeclareMathAlphabet{<math-alph>}{<encoding>}{<family>}{<series>}{<shape>}
you can define <math-alph>
to be a new math alphabet.
The arguments
<encoding>
,<family>
,<series>
,<shape>
are the default
values for this math alphabet in all math versions; these can be reset
later for a particular math version by aSetMathAlphabet
command. If
is empty then the is declared to be invalid in all
versions, unless it is set by a laterSetMathAlphabet
command.
Checks that
<math-alph>
can be used and that<encoding>
is a valid
encoding scheme.
In these examples,
foo
is defined everywhere butbaz
, by default, is
defined nowhere.
DeclareMathAlphabet{foo}{OT1}{cmtt}{m}{n}
DeclareMathAlphabet{baz}{OT1}{}{}{}
(from Index of /ctan-doc/macros/latex/doc/html/fntguide)
All the combination available with the mathalfa
package are available in the source code of mathalfa.sty
on GitHub. Another list, with all the font abbreviation can be found on the mathalfa
documentation (at the end of the pdf).
I found particularly illuminating the answer to this question provided by the user cfr
, which I thank for the illustration of the use of command
DeclareMathAlphabet
.
I'll provide a simple example for future visitors:
%PREAMBLE
DeclareMathAlphabetmathzapf{T1}{pzc}{mb}{it}
DeclareMathAlphabet{mathchorus}{OT1}{cmtt}{m}{n}
DeclareMathAlphabetmathrsfso{U}{rsfso}{m}{n}
% ...
%DOCUMENT
[
mathzapf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathchorus{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathrsfso{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
which output is
add a comment |
I'll post my own answer as I found a pretty simple way to achieve the resut I was looking for.
With the command DeclareMathAlphabet
, which syntax is
DeclareMathAlphabet{<math-alph>}{<encoding>}{<family>}{<series>}{<shape>}
you can define <math-alph>
to be a new math alphabet.
The arguments
<encoding>
,<family>
,<series>
,<shape>
are the default
values for this math alphabet in all math versions; these can be reset
later for a particular math version by aSetMathAlphabet
command. If
is empty then the is declared to be invalid in all
versions, unless it is set by a laterSetMathAlphabet
command.
Checks that
<math-alph>
can be used and that<encoding>
is a valid
encoding scheme.
In these examples,
foo
is defined everywhere butbaz
, by default, is
defined nowhere.
DeclareMathAlphabet{foo}{OT1}{cmtt}{m}{n}
DeclareMathAlphabet{baz}{OT1}{}{}{}
(from Index of /ctan-doc/macros/latex/doc/html/fntguide)
All the combination available with the mathalfa
package are available in the source code of mathalfa.sty
on GitHub. Another list, with all the font abbreviation can be found on the mathalfa
documentation (at the end of the pdf).
I found particularly illuminating the answer to this question provided by the user cfr
, which I thank for the illustration of the use of command
DeclareMathAlphabet
.
I'll provide a simple example for future visitors:
%PREAMBLE
DeclareMathAlphabetmathzapf{T1}{pzc}{mb}{it}
DeclareMathAlphabet{mathchorus}{OT1}{cmtt}{m}{n}
DeclareMathAlphabetmathrsfso{U}{rsfso}{m}{n}
% ...
%DOCUMENT
[
mathzapf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathchorus{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathrsfso{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
which output is
add a comment |
I'll post my own answer as I found a pretty simple way to achieve the resut I was looking for.
With the command DeclareMathAlphabet
, which syntax is
DeclareMathAlphabet{<math-alph>}{<encoding>}{<family>}{<series>}{<shape>}
you can define <math-alph>
to be a new math alphabet.
The arguments
<encoding>
,<family>
,<series>
,<shape>
are the default
values for this math alphabet in all math versions; these can be reset
later for a particular math version by aSetMathAlphabet
command. If
is empty then the is declared to be invalid in all
versions, unless it is set by a laterSetMathAlphabet
command.
Checks that
<math-alph>
can be used and that<encoding>
is a valid
encoding scheme.
In these examples,
foo
is defined everywhere butbaz
, by default, is
defined nowhere.
DeclareMathAlphabet{foo}{OT1}{cmtt}{m}{n}
DeclareMathAlphabet{baz}{OT1}{}{}{}
(from Index of /ctan-doc/macros/latex/doc/html/fntguide)
All the combination available with the mathalfa
package are available in the source code of mathalfa.sty
on GitHub. Another list, with all the font abbreviation can be found on the mathalfa
documentation (at the end of the pdf).
I found particularly illuminating the answer to this question provided by the user cfr
, which I thank for the illustration of the use of command
DeclareMathAlphabet
.
I'll provide a simple example for future visitors:
%PREAMBLE
DeclareMathAlphabetmathzapf{T1}{pzc}{mb}{it}
DeclareMathAlphabet{mathchorus}{OT1}{cmtt}{m}{n}
DeclareMathAlphabetmathrsfso{U}{rsfso}{m}{n}
% ...
%DOCUMENT
[
mathzapf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathchorus{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathrsfso{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
which output is
I'll post my own answer as I found a pretty simple way to achieve the resut I was looking for.
With the command DeclareMathAlphabet
, which syntax is
DeclareMathAlphabet{<math-alph>}{<encoding>}{<family>}{<series>}{<shape>}
you can define <math-alph>
to be a new math alphabet.
The arguments
<encoding>
,<family>
,<series>
,<shape>
are the default
values for this math alphabet in all math versions; these can be reset
later for a particular math version by aSetMathAlphabet
command. If
is empty then the is declared to be invalid in all
versions, unless it is set by a laterSetMathAlphabet
command.
Checks that
<math-alph>
can be used and that<encoding>
is a valid
encoding scheme.
In these examples,
foo
is defined everywhere butbaz
, by default, is
defined nowhere.
DeclareMathAlphabet{foo}{OT1}{cmtt}{m}{n}
DeclareMathAlphabet{baz}{OT1}{}{}{}
(from Index of /ctan-doc/macros/latex/doc/html/fntguide)
All the combination available with the mathalfa
package are available in the source code of mathalfa.sty
on GitHub. Another list, with all the font abbreviation can be found on the mathalfa
documentation (at the end of the pdf).
I found particularly illuminating the answer to this question provided by the user cfr
, which I thank for the illustration of the use of command
DeclareMathAlphabet
.
I'll provide a simple example for future visitors:
%PREAMBLE
DeclareMathAlphabetmathzapf{T1}{pzc}{mb}{it}
DeclareMathAlphabet{mathchorus}{OT1}{cmtt}{m}{n}
DeclareMathAlphabetmathrsfso{U}{rsfso}{m}{n}
% ...
%DOCUMENT
[
mathzapf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathchorus{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
[
mathrsfso{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
]
which output is
edited 22 mins ago
Matemáticos Chibchas
21818
21818
answered Aug 5 '17 at 14:39
GiuTeXGiuTeX
688318
688318
add a comment |
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%2f384937%2fhow-to-use-fonts-the-ones-listed-in-mathalfa-documentation-in-math-mode%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