1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-09-13 18:41:35 +02:00

markup languages: included, linked and expanded LaTeX

This commit is contained in:
2025-12-23 03:21:50 +01:00
parent 3d8f4c11c9
commit ac608e09b8
7 changed files with 25 additions and 9 deletions

View File

@@ -10,7 +10,8 @@ This section focusses on the usage of Pandoc.
### Converting MS Word to LaTeX
By using the following command a proprietary Microsoft Word document (named `input.docx` in this
example) can be converted to a file in LaTeX-Format (in this example named `output.tex`).
example) can be converted to a file in [LaTeX](/wiki/markup_language.md#latex)-Format (in this
example named `output.tex`).
```sh
pandoc input.docx -o output.tex