Skip to content

Commit

Permalink
Rename stylesheets from style_green to style_chmduquesne.
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep committed Aug 16, 2014
1 parent 40d9a23 commit 5036d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
all: html pdf

pdf: resume.md
pandoc --standalone --template style_green.tex \
pandoc --standalone --template style_chmduquesne.tex \
--from markdown --to context \
-V papersize=A4 \
-o resume.tex resume.md; \
context resume.tex

html: style_green.css resume.md
pandoc --standalone -H style_green.css \
html: style_chmduquesne.css resume.md
pandoc --standalone -H style_chmduquesne.css \
--from markdown --to html \
-o resume.html resume.md

Expand Down
File renamed without changes.
File renamed without changes.

1 comment on commit 5036d47

@mszep
Copy link
Owner Author

@mszep mszep commented on 5036d47 Aug 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested in #2

Please sign in to comment.