mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-30 18:57:46 +02:00
pandoc: added entry
This commit is contained in:
parent
f82b99d4aa
commit
29a2e08c74
17
wiki/pandoc.md
Normal file
17
wiki/pandoc.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Pandoc
|
||||||
|
|
||||||
|
[Pandoc](https://pandoc.org/) is a free-software parser for documents that is able to convert
|
||||||
|
various document formats between each other.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
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`).
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pandoc input.docx -o output.tex
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user