https://github.com/drehak/thesis
Generic TeX Writer for the Pandoc Document Converter (bachelor's thesis)
https://github.com/drehak/thesis
latex lua markdown pandoc tex
Last synced: about 1 year ago
JSON representation
Generic TeX Writer for the Pandoc Document Converter (bachelor's thesis)
- Host: GitHub
- URL: https://github.com/drehak/thesis
- Owner: drehak
- Created: 2022-10-19T11:44:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T14:59:30.000Z (about 3 years ago)
- Last Synced: 2025-02-14T09:47:02.874Z (about 1 year ago)
- Topics: latex, lua, markdown, pandoc, tex
- Language: TeX
- Homepage:
- Size: 456 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic TeX Writer for the Pandoc Document Converter (bachelor's thesis)
## Abstract
Pandoc is a utility able to convert between dozens of document formats
including TeX formats such as LaTeX and ConTeXt, but it provides
no support for other well-known TeX formats such as plain TeX.
Moreover, it offers no way to influence the style of its output. The goal
of this thesis is to integrate Pandoc with the TeX package Markdown,
which allows users to embed blocks of text in the lightweight markup
language Markdown into their documents, as well as change the styling of
individual elements. Using macros from the Markdown package, the author
produces a proof of concept for a generic TeX writer for Pandoc, which
is capable of producing output for any TeX format based on plain
TeX.
## Typesetting
`$ latexmk thesis.tex -pdf`
## Attachments
The attached archive mentioned at the end contains a ZIP of [version 0.1 of drehak/pandoc-to-markdown](https://github.com/drehak/pandoc-to-markdown/releases/tag/0.1).