Replies: 1 comment
-
Could you paste your YAML block in a code block to preserve formatting? The error message indicates that it is ill-formatted, this has nothing to do with using pdflscape.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to have a page in this rmarkdown pdf doc to be landcape.
I tried the below :
output:
pdf_document:
extra_dependencies: pdflscape
keep_tex: yes
header-includes:
- \usepackage{pdflscape}
latex_engine: xelatex # This lets LaTeX work with different fonts
toc: yes
toc_depth: 4
number_sections: yes
html_document:
toc: yes
toc_depth: 4
number_sections: yes
extra_dependencies: float
word_document:
toc: yes
toc_depth: '4'
I ended up with error as below . Can anyone help me to show how i can do what i intended to
Beta Was this translation helpful? Give feedback.
All reactions