-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
98 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Other images | ||
------------------------------------------------------------------ | ||
|
||
The following pandoc images are available: | ||
|
||
- [**pandoc/minimal**][]: small images with the pandoc executable. | ||
- [**pandoc/core**][]: based on minimal images and includes | ||
additional programs that are commonly used during conversions. | ||
- [**pandoc/latex**][]: suitable for conversions to PDF via [LaTeX]. | ||
- [**pandoc/extra**][]: large images based on the pandoc/latex, | ||
with more helpers, the Tectonic engine, and the [Eisvogel | ||
template][] | ||
- [**pandoc/typst**][]: includes the [Typst][typst-app] | ||
typesetting system. | ||
|
||
[**pandoc/minimal**]: https://hub.docker.com/r/pandoc/minimal | ||
[**pandoc/core**]: https://hub.docker.com/r/pandoc/core | ||
[**pandoc/extra**]: https://hub.docker.com/r/pandoc/extra | ||
[**pandoc/typst**]: https://hub.docker.com/r/pandoc/typst | ||
[Eisvogel template]: https://github.com/Wandmalfarbe/pandoc-latex-template | ||
[LaTeX]: https://latex-project.org/ | ||
[typst-app]: https://typst.app/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Pandoc Typst images | ||
================================================================== | ||
|
||
These images contain [pandoc][], the universal document converter, | ||
and [Typst][], a fast and modern typesetting system that can be | ||
used to produce PDFs. | ||
|
||
[pandoc]: https://pandoc.org/ | ||
[Typst]: https://typst.app | ||
|
||
``` include | ||
docs/sections/quick-reference.md | ||
``` | ||
|
||
``` include | ||
docs/sections/supported-tags.md | ||
``` | ||
|
||
Supported stacks | ||
------------------------------------------------------------------ | ||
|
||
All tags can be suffixed with a stack-identifier, e.g., | ||
`latest-ubuntu`. This allows to chose a specific operation system. | ||
Available stacks are | ||
|
||
- *alpine*: [Alpine] Linux. | ||
- *ubuntu*: [Ubuntu] Linux. | ||
|
||
The default for `pandoc/typst` is `alpine`. | ||
|
||
[Alpine]: https://alpinelinux.org/ | ||
[Ubuntu]: https://ubuntu.org/ | ||
|
||
|
||
``` include | ||
docs/sections/run.md | ||
``` | ||
|
||
Use the `--pdf-engine=typst` pandoc option to generate a PDF via | ||
Typst. | ||
|
||
``` include | ||
docs/sections/other-images.md | ||
``` |