Skip to content

Commit

Permalink
new default latex template for compatibility with other version
Browse files Browse the repository at this point in the history
  • Loading branch information
svbaelen committed Oct 18, 2024
1 parent 483a2d3 commit eedd8a4
Show file tree
Hide file tree
Showing 6 changed files with 684 additions and 465 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

ARG APP_NAME=cowkit
ARG PANDOC_VERSION=latest-ubuntu
# there are issues with later versions for building the PDF!
# (svg images are not found)
#ARG PANDOC_VERSION=3.0-ubuntu

#ARG PANDOC_VERSION=latest
#FROM rust:${RUST_VERSION}-slim-bullseye AS build

Expand Down
5 changes: 3 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ file-scope: false # Parse each file individually before combining for multifile
highlight-style: pygments
reference-location: block # block, section, or document
resource-path:
- ./src
- .
- ${.}/../
- ${.}/../assets/img
- ${.}/../src
- ${.}/
- ${.}/../src/
standalone: false
top-level-division: default # part, chapter, section, or default
toc: true
Expand Down
Loading

0 comments on commit eedd8a4

Please sign in to comment.