aaronwolen / pandoc-letter

Pandoc template for writing letters in markdown
GNU General Public License v3.0
409 stars 124 forks source link

Update for Pandoc 2 #18

Closed adunning closed 7 years ago

adunning commented 7 years ago

This reapplies the letter template modifications to the LaTeX template distributed with Pandoc 2.0.0.1, omitting the options for Beamer.

adunning commented 7 years ago

The build is failing because the new template uses the xcolor package (for consistency with Beamer), and that's not apparently being loaded, even though texlive-latex-recommended is meant to include that. Makes me wonder, rather, whether we should go back to only using xcolor with Beamer.

aaronwolen commented 7 years ago

Andrew, thanks! This is great.

The xcolor issue with Travis is weird... but I'll leave that for another day.

adunning commented 7 years ago

It strikes me now that it might work by removing the --no-install-recommends flag, which was likely stopping texlive-latex-recommended from being loaded even when it was specified; but I haven't tested this.

aaronwolen commented 7 years ago

I skipped texlive-latex-recommended because it's a dependency of texlive-latex-extra, so it comes along for the ride. That said, I'm going to include it for the sake of being explicit.

It looks like xcolor wasn't bundled with texlive-latex-recommended until Ubuntu Xenial and we're running Trusty on Travis.