I discovered this beautiful template and I'm now using it to produce some manuals. Thank you authors
(The Legrand Orange Book template)
I came across the need to have one last page which is the back cover page and it needed to be on an even page. So I added the following to the structure.tex:
Thank you for sharing this code! It can be helpful.
Btw. it would be great if you would also mention the template name. As I wrote in the announcement post at the top of the forum topic list, "Template information".
Though your tip is generally useful for book-like documents.
Great, tagging is even better! I did not dare to speak of it after the very first post.
I see that you are an experienced LaTeX user and you like to share your solutions. I hope to see you again here!
Your code, or more precisely the code of Martin, uses a higher level of coding, whereas the code in the OP above uses internals that should be used by advanced users only.
The essential thing missing is the catcode change from @ to a letter. Please see What do makeatletter and makeatother do?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
I learned something today Thanks !
Also if I add \makeatletter or \makeatother in the command of the OP, it will work? Don't really know which one to use (can't test either right know, that's why I ask).
Yes, it should work, but i haven't tested.
Functionally, both versions should do the same, they use the same way of doing it. But the version of the OP above uses low-level commands, that aren't allowed in regular documents (low-level) and have to be made available using the @-hackery.
Better do the second approach. People do all kinds of crazy stuff they found on the internet without understanding the solution, leading to much more confusion at the very end.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.