Using fdsymbol and fontspecXelatex / Fontspec how to load fonts directly from diskfile (Postscript Type 1...

Boss Telling direct supervisor I snitched

Multi wire circuit or 2 separate 120V 20A dedicated circuits?

If nine coins are tossed, what is the probability that the number of heads is even?

An Undercover Army

Did Amazon pay $0 in taxes last year?

I am the light that shines in the dark

Why aren't there more Gauls like Obelix?

Is it appropriate to ask a former professor to order a library book for me through ILL?

Inorganic chemistry handbook with reaction lists

A running toilet that stops itself

What is the purpose of a disclaimer like "this is not legal advice"?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

Why is there an extra space when I type "ls" on the Desktop?

Short story about cities being connected by a conveyor belt

Rationale to prefer local variables over instance variables?

ESPP--any reason not to go all in?

Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?

How does a sound wave propagate?

What does it take to become a wilderness skills guide as a business?

Was this cameo in Captain Marvel computer generated?

What exactly is the meaning of "fine wine"?

Does an unused member variable take up memory?

Insult for someone who "doesn't know anything"

How to install "rounded" brake pads



Using fdsymbol and fontspec


Xelatex / Fontspec how to load fonts directly from diskfile (Postscript Type 1 fonts)Using a handwriting font from myscriptfont.comUse an *.otf font with fontspecLatest MiKTex update breaks with fontspecsetmainfont error with most recent fontspec versionXelatex Fontspec Cannot Find FontsPlacing xelatex.exe Intermediate and Output Files in Another Folderfontenc vs fontspec with XeLaTeXWho changed my Chinese character?Fontspec crash with xelatex













0















I'd like to use the fdsymbol package together with the fedra serif b Opentype font. I'm having some problems with the following code



documentclass{article}
usepackage{fdsymbol}
usepackage{fontspec}
%setmainfont{fedraserifpro-b-book.otf}[
%BoldFont = fedraserifpro-b-medium.otf,
%ItalicFont = fedraserifpro-b-bookitalic.otf,
%BoldItalicFont = fedraserifpro-b-mediumita.otf]

begin{document}
begin{equation}
sigma(w | xv)
end{equation}
end{document}


Compiling with XeLaTeX, I get the following error



LaTeX error: Command 'mathdollar' already defined.


I'm not sure wether the problem is machine-specific or not. Any ideas?









share



























    0















    I'd like to use the fdsymbol package together with the fedra serif b Opentype font. I'm having some problems with the following code



    documentclass{article}
    usepackage{fdsymbol}
    usepackage{fontspec}
    %setmainfont{fedraserifpro-b-book.otf}[
    %BoldFont = fedraserifpro-b-medium.otf,
    %ItalicFont = fedraserifpro-b-bookitalic.otf,
    %BoldItalicFont = fedraserifpro-b-mediumita.otf]

    begin{document}
    begin{equation}
    sigma(w | xv)
    end{equation}
    end{document}


    Compiling with XeLaTeX, I get the following error



    LaTeX error: Command 'mathdollar' already defined.


    I'm not sure wether the problem is machine-specific or not. Any ideas?









    share

























      0












      0








      0








      I'd like to use the fdsymbol package together with the fedra serif b Opentype font. I'm having some problems with the following code



      documentclass{article}
      usepackage{fdsymbol}
      usepackage{fontspec}
      %setmainfont{fedraserifpro-b-book.otf}[
      %BoldFont = fedraserifpro-b-medium.otf,
      %ItalicFont = fedraserifpro-b-bookitalic.otf,
      %BoldItalicFont = fedraserifpro-b-mediumita.otf]

      begin{document}
      begin{equation}
      sigma(w | xv)
      end{equation}
      end{document}


      Compiling with XeLaTeX, I get the following error



      LaTeX error: Command 'mathdollar' already defined.


      I'm not sure wether the problem is machine-specific or not. Any ideas?









      share














      I'd like to use the fdsymbol package together with the fedra serif b Opentype font. I'm having some problems with the following code



      documentclass{article}
      usepackage{fdsymbol}
      usepackage{fontspec}
      %setmainfont{fedraserifpro-b-book.otf}[
      %BoldFont = fedraserifpro-b-medium.otf,
      %ItalicFont = fedraserifpro-b-bookitalic.otf,
      %BoldItalicFont = fedraserifpro-b-mediumita.otf]

      begin{document}
      begin{equation}
      sigma(w | xv)
      end{equation}
      end{document}


      Compiling with XeLaTeX, I get the following error



      LaTeX error: Command 'mathdollar' already defined.


      I'm not sure wether the problem is machine-specific or not. Any ideas?







      xetex fontspec fdsymbol





      share












      share










      share



      share










      asked 4 mins ago









      noibenoibe

      500113




      500113






















          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%2f478513%2fusing-fdsymbol-and-fontspec%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%2f478513%2fusing-fdsymbol-and-fontspec%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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...