Export Greek font (italic, upright, bold) from 'newtxmath' package with libertine option ...

Why is black pepper both grey and black?

What do you call a plan that's an alternative plan in case your initial plan fails?

Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?

Why are there no cargo aircraft with "flying wing" design?

Is 1 ppb equal to 1 μg/kg?

Doubts about chords

3 doors, three guards, one stone

Letter Boxed validator

If Jon Snow became King of the Seven Kingdoms what would his regnal number be?

How to find all the available tools in macOS terminal?

Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?

Is it true that "carbohydrates are of no use for the basal metabolic need"?

Does surprise arrest existing movement?

When to stop saving and start investing?

Do I really need recursive chmod to restrict access to a folder?

If a contract sometimes uses the wrong name, is it still valid?

What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?

What are the motives behind Cersei's orders given to Bronn?

Java 8 stream max() function argument type Comparator vs Comparable

Disable hyphenation for an entire paragraph

Antler Helmet: Can it work?

What is the musical term for a note that continously plays through a melody?

IndentationError when pasting code in Python 3 interpreter mode

Is there a "higher Segal conjecture"?



Export Greek font (italic, upright, bold) from 'newtxmath' package with libertine option



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to invoke `phi` only from `newtxmath` package?Upright Greek font fitting to Computer ModernUpright small greek via newtxmath without replacing the math fontProblem using a font from newtxmathReplace an upright Greek math alphabet in mtpro2libertine/newtxmath: Spacing after italic f too smallBold upright lowercase greek symbolsSans serif and serif greek fonts in math expressionUse smart greek letters recognizing mathrm with mathastext-packageUpright bold Greek fonts with SVMult classProblems with using numbers and italic greek of Alegreya font in math mode












0















Is there a way to export just a single symbol from the font used by newtxmath with libertine option? Being be more specific, I would need both the italic and the upright Greek letters (in bold too) without loading the newtxmath package. For instance, this



documentclass{standalone}
usepackage[libertine]{newtxmath}
begin{document}
$tauuptauboldsymbol{uptau}$
end{document}


produces that
enter image description here
How can I export these three characters (respectively italic, upright and bold)?
I tried with something like



DeclareSymbolFont{NEWTXletters}{OML}{ntxmi}{m}{it}
SetSymbolFont{NEWTXletters}{bold}{OML}{ntxmi}{b}{it}
DeclareMathSymbol{newtxtau}{mathord}{NEWTXletters}{28}


in the preamble, as suggested by @Ruixi Zhang and @Sebastiano and others; that is fantastic, but so I only get the Greek italic letters of the default option, which is not libertine! In newtxmath.sty there is something like DeclareMathSymbol{tauup}{mathord}{lettersA}{28}, but I don't know how to export it. Moreover, I tried to export them as .eps files, but that's not the same thing.



Thanks in advance!










share|improve this question



























    0















    Is there a way to export just a single symbol from the font used by newtxmath with libertine option? Being be more specific, I would need both the italic and the upright Greek letters (in bold too) without loading the newtxmath package. For instance, this



    documentclass{standalone}
    usepackage[libertine]{newtxmath}
    begin{document}
    $tauuptauboldsymbol{uptau}$
    end{document}


    produces that
    enter image description here
    How can I export these three characters (respectively italic, upright and bold)?
    I tried with something like



    DeclareSymbolFont{NEWTXletters}{OML}{ntxmi}{m}{it}
    SetSymbolFont{NEWTXletters}{bold}{OML}{ntxmi}{b}{it}
    DeclareMathSymbol{newtxtau}{mathord}{NEWTXletters}{28}


    in the preamble, as suggested by @Ruixi Zhang and @Sebastiano and others; that is fantastic, but so I only get the Greek italic letters of the default option, which is not libertine! In newtxmath.sty there is something like DeclareMathSymbol{tauup}{mathord}{lettersA}{28}, but I don't know how to export it. Moreover, I tried to export them as .eps files, but that's not the same thing.



    Thanks in advance!










    share|improve this question

























      0












      0








      0








      Is there a way to export just a single symbol from the font used by newtxmath with libertine option? Being be more specific, I would need both the italic and the upright Greek letters (in bold too) without loading the newtxmath package. For instance, this



      documentclass{standalone}
      usepackage[libertine]{newtxmath}
      begin{document}
      $tauuptauboldsymbol{uptau}$
      end{document}


      produces that
      enter image description here
      How can I export these three characters (respectively italic, upright and bold)?
      I tried with something like



      DeclareSymbolFont{NEWTXletters}{OML}{ntxmi}{m}{it}
      SetSymbolFont{NEWTXletters}{bold}{OML}{ntxmi}{b}{it}
      DeclareMathSymbol{newtxtau}{mathord}{NEWTXletters}{28}


      in the preamble, as suggested by @Ruixi Zhang and @Sebastiano and others; that is fantastic, but so I only get the Greek italic letters of the default option, which is not libertine! In newtxmath.sty there is something like DeclareMathSymbol{tauup}{mathord}{lettersA}{28}, but I don't know how to export it. Moreover, I tried to export them as .eps files, but that's not the same thing.



      Thanks in advance!










      share|improve this question














      Is there a way to export just a single symbol from the font used by newtxmath with libertine option? Being be more specific, I would need both the italic and the upright Greek letters (in bold too) without loading the newtxmath package. For instance, this



      documentclass{standalone}
      usepackage[libertine]{newtxmath}
      begin{document}
      $tauuptauboldsymbol{uptau}$
      end{document}


      produces that
      enter image description here
      How can I export these three characters (respectively italic, upright and bold)?
      I tried with something like



      DeclareSymbolFont{NEWTXletters}{OML}{ntxmi}{m}{it}
      SetSymbolFont{NEWTXletters}{bold}{OML}{ntxmi}{b}{it}
      DeclareMathSymbol{newtxtau}{mathord}{NEWTXletters}{28}


      in the preamble, as suggested by @Ruixi Zhang and @Sebastiano and others; that is fantastic, but so I only get the Greek italic letters of the default option, which is not libertine! In newtxmath.sty there is something like DeclareMathSymbol{tauup}{mathord}{lettersA}{28}, but I don't know how to export it. Moreover, I tried to export them as .eps files, but that's not the same thing.



      Thanks in advance!







      fonts symbols greek newtxmath






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 12 mins ago









      TFra6TFra6

      453




      453






















          0






          active

          oldest

          votes












          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485057%2fexport-greek-font-italic-upright-bold-from-newtxmath-package-with-libertin%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485057%2fexport-greek-font-italic-upright-bold-from-newtxmath-package-with-libertin%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...