Search found 5 matches

by r2997790
Sat Aug 24, 2019 11:12 pm
Forum: Page Layout
Topic: Help: Compiling multiple files / working with YAML
Replies: 3
Views: 2628

Help: Compiling multiple files / working with YAML

r2997790 wrote:
Ijon Tichy wrote:You can add stuff at the begin or end of the body using options -B and -A. See the options in the Pandoc manual for more information.

Thank you Ijon, this does what I was hoping very nicely! Much appreciated.
by r2997790
Sat Aug 24, 2019 11:12 pm
Forum: Page Layout
Topic: Help: Compiling multiple files / working with YAML
Replies: 3
Views: 2628

Help: Compiling multiple files / working with YAML

[quote="Ijon Tichy"]You can add stuff at the begin or end of the body using options -B and -A. See the options in the Pandoc manual for more information.

Thank you Ijon, this does what I was hoping very nicely! Much appreciated.
by r2997790
Sat Aug 24, 2019 11:00 pm
Forum: Conversion Tools
Topic: Help: Compile error -- ! LaTeX Error: File `filehook.sty' not found.
Replies: 1
Views: 25232

Help: Compile error -- ! LaTeX Error: File `filehook.sty' not found.

HI everyone.

I am getting a persistent error I cannot shake when trying to compile a .md and .tex file into a PDF using Pandoc.
I've (re)installed pandoc and miktek and the problem is persisting.

M:\>pandoc sample_1.md -f gfm format.tex --pdf-engine=xelatex -o outputfinal.pdf
Error producing PDF ...
by r2997790
Sat Aug 24, 2019 1:38 pm
Forum: General
Topic: [HELP] LaTeX Error: Two \documentclass or \documentstyle commands
Replies: 1
Views: 2757

[HELP] LaTeX Error: Two \documentclass or \documentstyle commands

Hi everyone,

I am getting an odd error and despite reinstalling pandoc and miktex is is still occuring.

LaTeX Error: Two \documentclass or \documentstyle commands.

I only have one \documentclass but this error continues.

Here's my code and I'm compiling it with:

pandoc sample_1.md -f gfm -H ...
by r2997790
Sat Aug 24, 2019 12:13 pm
Forum: Page Layout
Topic: Help: Compiling multiple files / working with YAML
Replies: 3
Views: 2628

Help: Compiling multiple files / working with YAML

Hi LaTeXers,

I am new to LaTeX and trying to get my head around it. I want to use a markdown file and use Pandoc/LaTeX to format it and would really appreciate some help understanding how I could concatenate several documents (potentially using YAML too, as I describe below):

Here's what I'd like ...