Skip to content

Commit

Permalink
fix(package): add pgfgantt
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsyaifudin committed Jul 11, 2024
1 parent 4f8b4d8 commit 0b8f4a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ADDITIONAL_PACKAGES.tex
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,7 @@

\usepackage{amsmath} % <-- for \eqref

\usepackage{pgfgantt}

% for \includepdf
\usepackage{pdfpages}
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ RUN tlmgr install mdwtools
# equation
RUN tlmgr install amsmath

# pgfgantt
# https://tex.stackexchange.com/a/63915
RUN tlmgr install pgfgantt

RUN tlmgr install pdfpages

ENTRYPOINT ["pdflatex"]

0 comments on commit 0b8f4a2

Please sign in to comment.