1

I tried to add \page and \page\par\ to the markdown to trigger a page break in the resulting RTF file but that does not work. Adding \newpage works with a LaTex output. Is there something similar for RTF?

0

1 Answer 1

1

The raw RTF commands have to be marked as such, as pandoc will otherwise interpret it as a raw TeX command and throw it away.

This should do:

```{=rtf}
\page
```
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.