Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The .tex files #5

Closed
zslovedd opened this issue Jul 27, 2018 · 1 comment
Closed

The .tex files #5

zslovedd opened this issue Jul 27, 2018 · 1 comment

Comments

@zslovedd
Copy link

Could you please give us a guide to use .tex files to create latest pdf file ?I have no idea about how to use them. Thank you 
@stephenneuendorffer
Copy link
Collaborator

Generally speaking, we use MikTex/TexWorks, but any recent pdflatex version should work. latex is like a compiler so you can start it with:
pdflatex main

Some features of latex (such as the index and bibliography) require other programs to run first:
makeindex main
bibtex main

Because of the way latex works, it may also require running all of these commands multiple times to reach the final pdf. There are numerous good latex tutorials on the web.

@zslovedd zslovedd closed this as completed Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants