Skip to content

Commit

Permalink
vhdl202x: add rticles
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 13, 2020
1 parent e6be743 commit a011110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions vhdl202x-lcs-dpi/00-index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ output:
#bookdown::tufte_html_book: #! 'References' is empty and the TOC is not shown on the side
# toc: yes
bookdown::pdf_book:
#base_format: tufte::tufte_handout #! does not work because `\subsubsection` is undefined in LaTeX class tufte-handout
#base_format: tufte::tufte_book #! the build is successful (using a simple 'author' field), but 'References' are not shown (`\nobibliography*`), and the cover page doesn't look good
#base_format: tufte_book2 #! same output as with `tufte::tufte_book`
#base_format: tufte::tufte_handout #! does not work because `\subsubsection` is undefined in LaTeX class tufte-handout
#base_format: tufte::tufte_book #! the build is successful (using a simple 'author' field), but 'References' are not shown (`\nobibliography*`), and the cover page doesn't look good
#base_format: tufte_book2 #! same output as with `tufte::tufte_book`
#base_format: rticles::ieee_article #! does not support `colorlinks: true` or `citation_package: biblatex`
toc_depth: 4
includes:
in_header: Rmd/preamble.tex
Expand Down
2 changes: 1 addition & 1 deletion vhdl202x-lcs-dpi/Rmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM btdi/bookdown
WORKDIR /src

RUN apt install -y git \
&& Rscript -e 'install.packages("tufte")'
&& Rscript -e 'install.packages("rticles")' -e 'install.packages("tufte")'

CMD ["./_build.sh"]

0 comments on commit a011110

Please sign in to comment.