TeX - LaTeX Asked by Computer Crafter on February 15, 2021
I tried using the answer from Adding a border on each page to create a page border, and it works, but I’m wondering if there’s a way to remove the page border from certain pages?
I would ask this in a comment, but unfortunately I don’t have 50 reputation 🙁
Thanks.
The following is an expanded version of the answer you quote.
% noborderprob.tex SE 559677
% the following code mainly from SE 404749
documentclass{article}
% PW added the folowing code
usepackage{lipsum}
usepackage{ifthen}
newboolean{borderon}
newcommand{borders}{setboolean{borderon}{true}} % have borders
newcommand{noborders}{setboolean{borderon}{false}} % no borders
borders
% end of addition
usepackage{calc}
usepackage{eso-pic}
newlength{PageFrameTopMargin}
newlength{PageFrameBottomMargin}
newlength{PageFrameLeftMargin}
newlength{PageFrameRightMargin}
setlength{PageFrameTopMargin}{1cm}
setlength{PageFrameBottomMargin}{1cm}
setlength{PageFrameLeftMargin}{1cm}
setlength{PageFrameRightMargin}{1cm}
makeatletter
newlength{[email protected]}
newlength{Pa[email protected]}
% PW modified the AddToShipoutPicture to output nothing for borderon=false
AddToShipoutPicture{
ifthenelse{boolean{borderon}}{%
thinlines
setlength{[email protected]}{paperheight-PageFrameTopMargin-PageFrameBottomMargin}
setlength{[email protected]}{paperwidth-PageFrameLeftMargin-PageFrameRightMargin}
put([email protected],[email protected]){
framebox([email protected]@FrameWidth, [email protected]@FrameHeight){}}}
{}}
makeatother
begin{document}
section{Test}
% PW added the following code
lipsum
lipsum
noborders % stop page borders
lipsum
borders % start page borders
lipsum
end{document}
This starts off with pages having borders. To stop the bordering put noborders
on the page which you want to be borderless. Put borders
on the page where you want bordering to start again.
Correct answer by Peter Wilson on February 15, 2021
1 Asked on January 28, 2021 by muzzle
0 Asked on January 28, 2021
1 Asked on January 28, 2021 by artificial_moonlet
1 Asked on January 28, 2021
0 Asked on January 28, 2021 by sophibug
2 Asked on January 28, 2021 by user2740
1 Asked on January 28, 2021 by roboreb
2 Asked on January 28, 2021
1 Asked on January 28, 2021
0 Asked on January 28, 2021 by cwellm
1 Asked on January 28, 2021 by latexlover
1 Asked on January 27, 2021 by ezgranet
0 Asked on January 27, 2021 by aureius
Get help from others!
Recent Questions
Recent Answers
© 2022 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP