Skip to content

Commit

Permalink
fix: Latex build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nützi, Gabriel committed Apr 17, 2022
1 parent fecacdb commit 87fc54a
Show file tree
Hide file tree
Showing 15 changed files with 8,184 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ technical documents:**
- **export to PDF** with `pandoc` to `xelatex` using `latexmk`
[See Output](build/Content.pdf)
- **export to HTML** with `pandoc` to `html`
[See Output](https://gabyx.github.io/TechnicalMarkdown/Content.html)
[See Output](https://gabyx.github.io/TechnicalMarkdown/docs/html-archive/Content.html)
- [todo] **export to PDF** with `pandoc` to `html` then to `chrome` with
`pupeteer`

Expand Down
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,8 @@ val viewHTML = tasks.register<Exec>("view-html") {
workingDir(project.rootDir)
}

val packageHTML = tasks.register<Copy>("package-html") {
from("${project.buildDir}")
include("files/**", "css/**", "Content.html")
into("${project.rootDir}/docs/html-package")
}
Binary file added build/Content.pdf
Binary file not shown.
Loading

0 comments on commit 87fc54a

Please sign in to comment.