Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
Compilar dos veces en django_tex

Necesito compilar un archivo .tex dos veces con django_tex para que la tabla de contenido se cargue correctamente. ¿Hay alguna manera de decirle al intérprete en django_tex que ejecute el compilador dos veces (yo uso pdflatex )?

Código:

 \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \begin{document} \tableofcontents \section{Introduction} Introduction text. \section{Second section} Second section text. \end{document}
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

django_tex parece admitir latexmk, que (entre muchas otras cosas útiles, como ejecutar herramientas de bibliografía) determinará automáticamente el número requerido de ejecuciones de *tex.

Para usar esto, puede seguir los consejos de https://github.com/weinbusch/django-tex/pull/5#issuecomment-447030408 y agregar

 LATEX_INTERPRETER='latexmk -pdf'

a su settings.py .

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!