CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

how to use texlive in linux? #67

Open liuty10 opened 4 years ago

liuty10 commented 4 years ago
  1. install texlive sudo apt get install texlive-full

  2. demo.tex:

    \documentclass{article}
    \begin{document}
    This is demo.
    \end{document}
  3. run command: pdflatex demo.tex

  4. open the file: evince demo.pdf

liuty10 commented 4 years ago

GUI: https://texstudio.org/

liuty10 commented 4 years ago

How to run:

$ pdflatex paper.tex
$ bibtex paper
$ pdflatex paper.tex
$ pdflatex paper.tex
liuty10 commented 4 years ago

! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd fstartlink.

+\hypersetup{draft} \begin{document}