I figure out the second part. To add \newpage command to Solutions part, you add a \newpage command inside the \late@solution environment to get the desired effect.
\newcommand{\late@solution}[2]{%
\subsubsection*{Solution for puzzle #1}#2%
\newpage
}
To have the centering of the Part (and ...
Search found 4 matches
- Sat Jan 24, 2015 5:13 am
- Forum: Text Formatting
- Topic: Title Centering and \newpage command inside \newcommand
- Replies: 2
- Views: 4223
- Sat Jan 24, 2015 5:03 am
- Forum: Text Formatting
- Topic: Title Centering and \newpage command inside \newcommand
- Replies: 2
- Views: 4223
Title Centering and \newpage command inside \newcommand
I wanted to create a puzzle book with 3 parts, Problems, Hints and Solutions. Both LaTeX Community and TeX.stackexchange have helped me in figuring that out. I wanted to do two things,
1. To centre the Part names on their title page.
2. I wanted to have each problem and each solution start on a new ...
1. To centre the Part names on their title page.
2. I wanted to have each problem and each solution start on a new ...
- Tue Jan 13, 2015 6:26 pm
- Forum: General
- Topic: Delay output to another part
- Replies: 4
- Views: 6430
Delay output to another part
Hi Johannes,
Thank you very much for your help. I think the exsheets package might do it, though it will take me a while to understand it.
To clarify what I want to do, I have created a small LaTeX file, if you could have a look at it. Here is a https://www.overleaf.com/read/yzzwtxzbhjnq
I want ...
Thank you very much for your help. I think the exsheets package might do it, though it will take me a while to understand it.
To clarify what I want to do, I have created a small LaTeX file, if you could have a look at it. Here is a https://www.overleaf.com/read/yzzwtxzbhjnq
I want ...
- Tue Jan 13, 2015 4:31 am
- Forum: General
- Topic: Delay output to another part
- Replies: 4
- Views: 6430
Delay output to another part
I have a question about LaTeX, I wanted to write something like a Puzzle book. I wanted to know what would be the best way to write it?
What I have in mind is a number of Puzzles in Part I, then hints in Part II and finally solutions in Part III. I want to name each problem once and I expect the ...
What I have in mind is a number of Puzzles in Part I, then hints in Part II and finally solutions in Part III. I want to name each problem once and I expect the ...