Deedy-Resume icon indicating copy to clipboard operation
Deedy-Resume copied to clipboard

why Can not I compile the .xtx file with Texshop on Mac

Open Expo0911 opened this issue 10 years ago • 9 comments

Should I install MacTex?

Expo0911 avatar Feb 03 '15 18:02 Expo0911

I have MacTex installed and can't use it either.

lucasff avatar Mar 18 '15 21:03 lucasff

I have solved the problem, I forgot how but I change some of its original code and use xeTex to compile

Expo0911 avatar Mar 18 '15 21:03 Expo0911

How do you did that?

lucasff avatar Mar 18 '15 21:03 lucasff

It works fine for me using mactex (Homebrew). Run xelatex, then bibtex and finally xelatex again and you should be good to go.

johnrocamora avatar Nov 18 '15 00:11 johnrocamora

@johnrocamora Thanks big time Sir. You just saved the day.

sailsolar avatar Jun 11 '16 15:06 sailsolar

This is what I did to get it to work on my mac.

  1. I download MacTex. https://tug.org/mactex/
  2. I went to Applications/Tex, and opened TexShop
  3. I changed the extension of the file from .xtx to .tex
  4. I opened the file in TexShop
  5. I went to the top Left. Next to the "Typeset" button, there was a drop down menu with LaTeX set as the default. I changed it to XeLaTeX.

After this, I was able to TypeSet the file. Thanks!

ultimatedbz avatar Sep 17 '16 22:09 ultimatedbz

I still cannot typeset the Macfonts version after following @ultimatedbz 's guide. I tried on TexShop and Texmaker.

violetguos avatar Sep 17 '17 00:09 violetguos

Have you tried changing the filename extension to .tex? Also, I would recommend using the latexmk commandline tool to do all the compilation steps completely. Just make sure your current directory contains the .tex file and run latexmk -xelatex and it'll generate the pdf by running the correct compile commands as needed.

jidicula avatar Jul 28 '19 21:07 jidicula

Try step 5.

ultimatedbz avatar Feb 15 '21 22:02 ultimatedbz