I'm really growing fond of the memoir package. I have a large document in which I use the report documentclass. How much trouble would it be to switch to memoir; i.e. what would I 'probably' need to change based on common dissertation, or scientific writing?
I understand that the question is a bit open, but all I'm asking for is general assumptions and solutions.
|
|
|||
| show 4 more comments |
|
It should convert very easy, but as some of the comments mentioned, you will need to have a check in your preamble for problems. The other consideration is that memoir has a lot of in-built commands and you will need to invest more time in order to utilize it to its full potential. Straight out of the box, it will probably improve the Here is a MWE which runs either on memoir or the
If your document is structured, you can use this minimal to input a couple of chapters and see what problems you are facing. Read the memoir manual and if what you are looking is not available, start adding packages as you need. Or you can go big bang and try it on the full document. |
||||
|
|
|
In order to switch from
... and then it compiled with no problems.
There are differences in the output of course;
|
|||||||
|
\itis already deprecated. Replace it in your document with\itshape– Herbert Jan 25 '12 at 14:25\itand similar commands were deprecated in 1994. The memoir class optionoldfontcommandswill re-enable them, and warn about their use instead of causing errors. But I'd convert them wherever possible. – Mike Renfro Jan 25 '12 at 14:29