jgm/pandocfilters

Produced PDF without template style after applying filters

matthiasbeyer opened this issue · 4 comments

When I run my source through pandoc and apply my latex template on it, it has a certain style. When running through pandoc filters, the style is not there anymore.

I'm not sure how I can describe this better.

I tried to set --template for the second call to pandoc (the json -> pdf part) but it results in a latex error (which isn't present without the filters)...

I'm not sure how to proceed here and hope you can help me.

Show the command you use?

On Wed, Mar 9, 2016 at 7:47 AM, Matthias Beyer notifications@github.com
wrote:

When I run my source through pandoc and apply my latex template on it, it
has a certain style. When running through pandoc filters, the style is not
there anymore.

I'm not sure how I can describe this better.

I tried to set --template for the second call to pandoc (the json -> pdf
part) but it results in a latex error (which isn't present without the
filters)...

I'm not sure how to proceed here and hope you can help me.


Reply to this email directly or view it on GitHub
#36.

rd

jgm commented

@jgm I will test this, though I'm using a Makefile and bash script setup to do something like for filter in $(ls); do....

I will check whether the --filter option results in what I need.

Using --filter worked. Thanks.