14 lines
528 B
Markdown
14 lines
528 B
Markdown
# LaTeX-in examples (latex-tex mode)
|
|
|
|
Fictional `.tex` fixtures for `extract-latex-content.mjs` / `patch-latex-content.mjs` tests.
|
|
Do not use real names, emails, or employers from your own CV here.
|
|
|
|
| File | Family |
|
|
|------|--------|
|
|
| `resume-subheading.tex` | `resumeSubheading` — `\resumeItem` bullets + `\textbf{Category}{: items}` skills |
|
|
| `tabularx-itemize.tex` | `tabularx-itemize` — `tabularx` header rows + `itemize` bullets |
|
|
|
|
```bash
|
|
node extract-latex-content.mjs examples/latex-tex/resume-subheading.tex
|
|
```
|