How to invoke `phi` only from `newtxmath` package?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
A minimal working example is as follows:
documentclassamsart
begindocument
Huge
$$phi$$
enddocument
Question: How to invoke phi
only from newtxmath
package? Note that I don't like to invoke any other letters from newtxmath
. Any help is welcome!
greek letters
add a comment |Â
up vote
1
down vote
favorite
A minimal working example is as follows:
documentclassamsart
begindocument
Huge
$$phi$$
enddocument
Question: How to invoke phi
only from newtxmath
package? Note that I don't like to invoke any other letters from newtxmath
. Any help is welcome!
greek letters
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
A minimal working example is as follows:
documentclassamsart
begindocument
Huge
$$phi$$
enddocument
Question: How to invoke phi
only from newtxmath
package? Note that I don't like to invoke any other letters from newtxmath
. Any help is welcome!
greek letters
A minimal working example is as follows:
documentclassamsart
begindocument
Huge
$$phi$$
enddocument
Question: How to invoke phi
only from newtxmath
package? Note that I don't like to invoke any other letters from newtxmath
. Any help is welcome!
greek letters
greek letters
asked 4 hours ago
Kuttens
834212
834212
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
There you go.
documentclassamsart
DeclareSymbolFontntxlettersOMLntxmimit
SetSymbolFontntxlettersboldOMLntxmibit
DeclareMathSymbolphimathordntxletters30
usepackagebm
begindocument
Huge
$$phi, bmphi$$
enddocument
Thanks to @marmot pointing out this previous answer by @AlanMunn. As @AlanMunn said in that answer, one needs some basic knowledge about font declarations before performing the trick. This key line of code in newtxmath.sty
:
%DeclareMathSymbolphimathordletters30
tells us that we should be looking for lines that declare letters
. Indeed, we find
%%%%%%%%%%%%%%%
% Math Italic %
%%%%%%%%%%%%%%%
... ... ...
DeclareSymbolFontlettersOMLntxmimit
SetSymbolFontlettersboldOMLntxmibit
... ... ...
Thus, the suggested solution.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
There you go.
documentclassamsart
DeclareSymbolFontntxlettersOMLntxmimit
SetSymbolFontntxlettersboldOMLntxmibit
DeclareMathSymbolphimathordntxletters30
usepackagebm
begindocument
Huge
$$phi, bmphi$$
enddocument
Thanks to @marmot pointing out this previous answer by @AlanMunn. As @AlanMunn said in that answer, one needs some basic knowledge about font declarations before performing the trick. This key line of code in newtxmath.sty
:
%DeclareMathSymbolphimathordletters30
tells us that we should be looking for lines that declare letters
. Indeed, we find
%%%%%%%%%%%%%%%
% Math Italic %
%%%%%%%%%%%%%%%
... ... ...
DeclareSymbolFontlettersOMLntxmimit
SetSymbolFontlettersboldOMLntxmibit
... ... ...
Thus, the suggested solution.
add a comment |Â
up vote
3
down vote
accepted
There you go.
documentclassamsart
DeclareSymbolFontntxlettersOMLntxmimit
SetSymbolFontntxlettersboldOMLntxmibit
DeclareMathSymbolphimathordntxletters30
usepackagebm
begindocument
Huge
$$phi, bmphi$$
enddocument
Thanks to @marmot pointing out this previous answer by @AlanMunn. As @AlanMunn said in that answer, one needs some basic knowledge about font declarations before performing the trick. This key line of code in newtxmath.sty
:
%DeclareMathSymbolphimathordletters30
tells us that we should be looking for lines that declare letters
. Indeed, we find
%%%%%%%%%%%%%%%
% Math Italic %
%%%%%%%%%%%%%%%
... ... ...
DeclareSymbolFontlettersOMLntxmimit
SetSymbolFontlettersboldOMLntxmibit
... ... ...
Thus, the suggested solution.
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
There you go.
documentclassamsart
DeclareSymbolFontntxlettersOMLntxmimit
SetSymbolFontntxlettersboldOMLntxmibit
DeclareMathSymbolphimathordntxletters30
usepackagebm
begindocument
Huge
$$phi, bmphi$$
enddocument
Thanks to @marmot pointing out this previous answer by @AlanMunn. As @AlanMunn said in that answer, one needs some basic knowledge about font declarations before performing the trick. This key line of code in newtxmath.sty
:
%DeclareMathSymbolphimathordletters30
tells us that we should be looking for lines that declare letters
. Indeed, we find
%%%%%%%%%%%%%%%
% Math Italic %
%%%%%%%%%%%%%%%
... ... ...
DeclareSymbolFontlettersOMLntxmimit
SetSymbolFontlettersboldOMLntxmibit
... ... ...
Thus, the suggested solution.
There you go.
documentclassamsart
DeclareSymbolFontntxlettersOMLntxmimit
SetSymbolFontntxlettersboldOMLntxmibit
DeclareMathSymbolphimathordntxletters30
usepackagebm
begindocument
Huge
$$phi, bmphi$$
enddocument
Thanks to @marmot pointing out this previous answer by @AlanMunn. As @AlanMunn said in that answer, one needs some basic knowledge about font declarations before performing the trick. This key line of code in newtxmath.sty
:
%DeclareMathSymbolphimathordletters30
tells us that we should be looking for lines that declare letters
. Indeed, we find
%%%%%%%%%%%%%%%
% Math Italic %
%%%%%%%%%%%%%%%
... ... ...
DeclareSymbolFontlettersOMLntxmimit
SetSymbolFontlettersboldOMLntxmibit
... ... ...
Thus, the suggested solution.
edited 3 hours ago
answered 4 hours ago
Ruixi Zhang
4,156318
4,156318
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f453406%2fhow-to-invoke-phi-only-from-newtxmath-package%23new-answer', 'question_page');
);
Post as a guest
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
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
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