Closed asobrien closed 7 years ago
Thanks! I was not aware of the links-as-notes
option but it definitely makes sense for letters.
Thanks again!
It looks like the travis build failed due to a timeout. Do you have any
issues running example/letter.md
with pandoc
? I get an error similar to
the following: https://github.com/jgm/pandoc/issues/2680
On Tue, Dec 20, 2016 at 1:21 PM, Aaron Wolen notifications@github.com wrote:
Thanks again!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aaronwolen/pandoc-letter/pull/11#issuecomment-268317717, or mute the thread https://github.com/notifications/unsubscribe-auth/AANqmR-djRIhTls_FfeDt49ifRspi-jHks5rKByugaJpZM4LQ2bG .
Yeah, it looks like your modification to the template surfaced a pre-existing bug. I'm tracking it in #12. I believe the issue is another package loading color or xcolor without the dvipsnames argument. Let me know if you have any insight.
I think this is fixed in the devel branch.
This PR adds
link-as-notes
to the example updates to the template to allowcolorlinks
rendering options via dvipsnames.It turns out that
links-as-notes
is just a Pandoc/LaTex passthrough. This could be changed tolinksasnotes
but that would break with upstream. If you want to go down that road, the template would need to be updated as well.