Answers for "latex empty space"

1

no space after latex command

Use LaTeX{} instead.
Another alternative is {LaTeX}
Posted by: Guest on August-11-2021
0

latex blank page

usepackage{afterpage}

newcommandblankpage{%
    null
    thispagestyle{empty}%
    addtocounter{page}{-1}%
    newpage}
    
afterpage{blankpage}
Posted by: Guest on December-21-2020

Browse Popular Code Answers by Language