How can compile this tex file (direct link):
https://github.com/raphink/geneve_1564/zipball/master
I use TeX Live 2011 and texmakerx22b12_win32 as editor.
I have found it in this post.
|
How can compile this tex file (direct link): https://github.com/raphink/geneve_1564/zipball/master I use TeX Live 2011 and texmakerx22b12_win32 as editor. I have found it in this post. |
|||
| show 5 more comments |
|
Some time ago, I switched to LuaTeX and added a Makefile, so what you need is:
Type |
|||
|
|
xelatex -synctex=1 -interaction=nonstopmode %.texin the command field. Compile the document with this, i.e. User --> User commands --> XeLaTeX. – Torbjørn T. Jul 17 '12 at 13:02