File: faq.rst

package info (click to toggle)
python-pylatex 1.4.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,044 kB
  • sloc: python: 3,810; sh: 209; makefile: 169; xml: 12
file content (20 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Frequently Asked Questions
==========================

.. highlight:: bash

How do I...
-----------

... "Rerun LaTeX" 
   Sometimes the compiler will not be able to complete the document in one pass.  
   In this case it will instruct you to "Rerun LaTeX" via the log output

   In order to deal with this, you need to make sure that `latexmk
   <http://personal.psu.edu/jcc8//software/latexmk-jcc>`_ is installed.  
   Pylatex will detect and use it automatically.
  
   For Ubuntu and other Debian based systems::

       sudo apt-get install latexmk