Hello,
I want to be able to tell LaTeX to put a random text in a new page. As such, I want to include the code
\cleardoublepage
right before the title of the text. I am trying to do it in the compile editor, under Section Prefix, but I am not able to escape the slash in the
\cleardoublepage
,
Any insights on how to achieve this?
You might find this older thread on using LaTeX in Section Layouts to be useful.
Perfect,
Using \latexcommand
{=latex} worked perfectly.
It took a while to make it work because I did not realize I needed to enter a new line after that line.