Skip to content

Instantly share code, notes, and snippets.

@MohamedKari
Last active July 29, 2021 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedKari/0510d535f8d8b1c021e09cf5679e14a4 to your computer and use it in GitHub Desktop.
Save MohamedKari/0510d535f8d8b1c021e09cf5679e14a4 to your computer and use it in GitHub Desktop.
latex-tools
# Count words
texcount -inc paper.tex

# Get bib-file containing only the used references
bibexport paper

# Show unsused or undefined references
checkcites paper

Systematic Typos

Search for
- ''.*`` and replace by ``...''
- 'e.g. ' and replace by 'e.g.,'
- 'i.e. ' and replace by 'i.e.,'

Classic Fixes

Non-breaking URLs

\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment