summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-08-01 22:39:24 -0700
committerChris Sobczak <chris@sobczak.family>2026-08-01 22:39:24 -0700
commit6a9f2c5b54ece9100184e79aa097b5922e6de8c8 (patch)
tree012598a6bfc7101fc033ce10b039d05e7d86a73a
parentddaa61fbb11c38ddf7db19f0cc5d3c073fdd7031 (diff)
Add LaTeX notes to READMEHEADmaster
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4b6870e..9dc8698 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,19 @@
# Literature Review Template
-These are quarto and rmarkdown templates for research literature review.
-They are meant to make reading, taking notes and keep track of your studies easy.
+These are [$\LaTeX$](https://www.latex-project.org/),
+[rmarkdown](https://rmarkdown.rstudio.com/) and
+[quarto](https://quarto.org/) templates for research literature review.
+They are meant to make reading, taking notes and keep track of your studies easier.
+Personally, I find it best to print papers for reading and directly annotating,
+then summarize how that literature relates to your studies in this kind of
+document.
## Getting Started
### Dependencies
* a shell (bash, dash, etc)
-* rmarkdown or quarto
+* $\LaTeX$, rmarkdown or quarto
* curl
### Executing program
@@ -17,6 +22,7 @@ They are meant to make reading, taking notes and keep track of your studies easy
```
./scripts/rmd2pdf lit-review-template.rmd
./scripts/qmd2pdf lit-review-template.qmd
+./scripts/tex2pdf lit-review-template.tex
```
* use `scripts/doi2bib` to generate the bibtex entry for a document given the doi
(this script simply prints the results, redirect it into your references and clean the key as needed)