howtos:how_to_convert_latex_to_qmd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howtos:how_to_convert_latex_to_qmd [2026-02-28 07:14 am] – hcho | howtos:how_to_convert_latex_to_qmd [2026-02-28 07:53 am] (current) – hcho | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <code bash> | <code bash> | ||
| # convert tex to tempory qmd | # convert tex to tempory qmd | ||
| - | pandoc main.tex | + | pandoc main.tex --to=markdown+tex_math_dollars+raw_tex --wrap=none -o main.tmp |
| # extract citations | # extract citations | ||
| Line 11: | Line 11: | ||
| # extract cited bib entries only | # extract cited bib entries only | ||
| - | bibtool -x refs.keys -i full.bib -o refs.bib | + | bibtool -x refs.keys |
| # add yaml header | # add yaml header | ||
| Line 24: | Line 24: | ||
| toc: true | toc: true | ||
| number-sections: | number-sections: | ||
| - | bibliography: | + | bibliography: |
| --- | --- | ||
howtos/how_to_convert_latex_to_qmd.1772288094.txt.gz · Last modified: by hcho
