Skip to content

Instantly share code, notes, and snippets.

View marcosdg's full-sized avatar

Marcos Diez García marcosdg

View GitHub Profile
@marcosdg
marcosdg / some-editing-cmds.sh
Last active October 12, 2019 13:23
Some commands I have frequently used to edit documents
### Marcos Diez García
### 12 October 2019
# Change the commands' arguments to suit your needs. Use at your own risk.
# 1. Simple way to find .tex files' paths to install manually a package from CTAN
# kpsewhich package-name
kpsewhich natbib.sty
# 2. Use inkscape to export an image in the working directory to PDF + tex file
inkscape -D -z --file=input-image.svg --export-pdf=output-image.pdf --export-latex