LaTeX
References
Cite websites:
- Navigate to https://zbib.org/
- Modify bibtex export according to the template below
@techreport{foo_key,
title = {Foo title},
author = {Foo author},
year = {Foo Year},
institution = {Foo institution},
url = {Foo url},
urldate = {Foo url date}
}
Tricks
Source from an external tex file:
\input{foo}
Overlay text at an arbitrary position:
\begin{textblock}{0.5}(10,12)
foo
\end{textblock}
Create documents exceeding maximum page size limits:
- Use the
beamerposter
package
Enable citekey autocompletion in Rmarkdown documents:
- Use/install latex workshop
- Copy the body of the text to a temporary
.tex
document - Include a
\bibliography
command
Insert a tilde: