TLDR
Enter a command. For example: git apply, virtualenv, dvc freeze.

latexmk

 
Compile LaTeX source files into finished documents. Automatically does multiple runs when needed. More information: https://mg.readthedocs.io/latexmk.html.
 
  • Compile a DVI (Device Independent file) document from every source:
     
    latexmk
     
  • Compile a DVI document from a specific source file:
     
    latexmk {{source.tex}}
     
  • Compile a PDF document:
     
    latexmk -pdf {{source.tex}}
     
  • Force the generation of a document even if there are errors:
     
    latexmk -f {{source.tex}}
     
  • Clean up temporary TEX files created for a specific TEX file:
     
    latexmk -c {{source.tex}}
     
  • Clean up all temporary TEX files in the current directory:
     
    latexmk -c

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.