Skip to content

Commit

Permalink
Feature/personal enhancements (#1)
Browse files Browse the repository at this point in the history
* godvmxi tweaks for LinkedIn Easy Apply
(see mszep#73)

* pull in andi4000 YAML metadata tweaks
mszep#74

* fix title not being centered by default
mszep#86

---------

Co-authored-by: Noah Schoem <[email protected]>
  • Loading branch information
noahschoem and nschoem authored Oct 13, 2024
1 parent b5abc55 commit 471e91d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ pdf: init
pandoc --standalone --template $(STYLES_DIR)/$(STYLE).tex \
--from markdown --to context \
--variable papersize=A4 \
--top-level-division=section \
--pdf-engine=xelatex \
--output $(OUT_DIR)/$$FILE_NAME.tex $$f > /dev/null; \
mtxrun --path=$(OUT_DIR) --result=$$FILE_NAME.pdf --script context $$FILE_NAME.tex > $(OUT_DIR)/context_$$FILE_NAME.log 2>&1; \
done
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Make everything
```bash
docker-compose up -d
```
#### Custom styles
You could check the styles directory to custom your file styles<p>
make sure you system have the corrording font in your style file, such as me : change Helvetica ->freesans in my mint

### Requirements

Expand Down
10 changes: 8 additions & 2 deletions styles/chmduquesne.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@
\definecolor[sectioncolor][h=397249]
\definecolor[rulecolor][h=9cb770]

% Enable hyperlinks
\setupinteraction[state=start, color=sectioncolor]
% Enable hyperlinks and metadata
\setupinteraction[
state=start,
title=$title-meta$,
author=$author-meta$,
keyword={$for(keywords)$$keywords$$sep$, $endfor$},
date=$date$
color=sectioncolor]

\setuppapersize [$if(papersize)$$papersize$$else$letter$endif$][$if(papersize)$$papersize$$else$letter$endif$]
\setuplayout [width=middle, height=middle,
Expand Down

0 comments on commit 471e91d

Please sign in to comment.