Skip to content
Snippets Groups Projects
Commit ad481ca9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added tufte

parent f19a935b
No related branches found
No related tags found
No related merge requests found
image: omalaspinas/pandoc:latest image: omalaspinas/pandoc:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
## ##
## Install ssh-agent if not already installed, it is required by Docker. ## Install ssh-agent if not already installed, it is required by Docker.
......
[submodule "css/tufte-css"]
path = css/tufte-css
url = https://github.com/edwardtufte/tufte-css.git
...@@ -7,7 +7,7 @@ PDFOPTIONS += --number-sections ...@@ -7,7 +7,7 @@ PDFOPTIONS += --number-sections
PDFOPTIONS += --template=./default.latex PDFOPTIONS += --template=./default.latex
HTMLOPTIONS += -t html5 HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/styling.css HTMLOPTIONS += -c css/tufte-css/tufte.css
HTMLOPTIONS += --self-contained HTMLOPTIONS += --self-contained
all: base_2.pdf base_1.pdf intro.pdf index.html all: base_2.pdf base_1.pdf intro.pdf index.html
......
Subproject commit c414b9117d5b39bdb747a172822333fc1043aee3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment