Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it working on Windows #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sbwiecko
Copy link

@sbwiecko sbwiecko commented Mar 7, 2024

small fix to make it works on Windows with no extra manipulation:

  • use fonts Garamond and Arial already installed on Windows, similar to Hoefler Text and Helvetica Neue
  • replace makefile with the powershell script makefile.ps1
  • the later script uses the xelatex engine as follows: pandoc details.yml -o output.pdf --template=template.tex --pdf-engine=xelatex
  • finally a little curly braces typos in line 69 of template.tex was corrected to allow xelatex do the magic: \setmainlanguage{{$polyglossia-lang.name$}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant