LaTeX
This is a small collection of LaTeX commands that I use when writing papers, notes, etc.
- The notes2bib package. This package defines a new type of note, bibnote, which is added to the bibliography. It is very simple to use, just include the command
\usepackage{notes2bib}
at the beginning of the LaTeX file and add notes with the command\bibnote{Your note goes here.}.
To avoid having each note start with “Note #, …” I usually modify the default options of this package:\usepackage[note-name=, use-sort-key = false]{notes2bib}
. - How do I edit PDF files produced by LaTeX in Illustrator? Fonts are not found