CaptSolo

167
reputation
63 views

Registered User

name CaptSolo
member for 1 year
seen Dec 9 at 21:27
website
location
age
Oct
13
comment What is a good wiki software for programming tutorials?
MoinMoin (already mentioned in at least one answer) fits your requirements. At this moment you are probably not looking for an answer to this question any more. Still, a couple of things why I like MoinMoin is: - Latvian localisation included - see moinmo.in/LatvianTranslation - ACL and all the rest of things you asked for (some like mathematical formulas are not built-in but available as modules) - written in Python and easy to extend, create modules for, etc. Re. Latvian localisation here is an example of a wiki that uses it - semweb.mii.lu.lv/wiki
Sep
29
awarded  Yearling
Sep
3
comment LaTeX: remove blank page after a \part or \chapter
no, it is the 2nd part of the three. both the 1st and the 3rd part remain as they were, unaffected. or are you saying that this solution would not work if I needed to modify the 1st \part?
Sep
3
accepted LaTeX: remove blank page after a \part or \chapter
Sep
3
answered LaTeX: remove blank page after a \part or \chapter
Sep
3
comment LaTeX: remove blank page after a \part or \chapter
That would not answer my question about changing the behavior locally, for one individual instance of \part{} and not for the whole document. However, I have got the solution now. Will post it below.
Sep
2
comment LaTeX: remove blank page after a \part or \chapter
i am cautious of switching document classes as i need to focus on writing right now and not exploring LaTeX. but if switching to memoir is seamless, i might try to do it.
Sep
2
comment LaTeX: remove blank page after a \part or \chapter
I tried your suggestion by replacing the \if@openright block with \clearpage (since i know that @openright is not defined) but it did not work - \part{}s after this definition turned into garbage... Thanks for the suggestion, it seems a good way to go. Could you suggest how to get it working?
Sep
1
comment LaTeX: remove blank page after a \part or \chapter
I need this modification locally, just for one \part{} statement only.
Aug
31
asked LaTeX: remove blank page after a \part or \chapter