[Tex/LaTex] Combining tufte handout with classicthesis article

classicthesisdocument-classestufte

I am a sucker for the large margins in Tufte-inspired classes, and in classicthesis. However, I want to write an article with a Tufte layout (example), but with the classicthesis title/author/abstract/contents/(general front matter) structure. To me, the tufte-handout class is too 'handouty', and the tufte-book is too 'booky'. I want a genuinely 'articley' class.

For an example of the classicthesis part (in fact the article in question), see this article written by me. (Note to mathematicians: this is not the most up-to-date version! The content has been much improved since).

Perhaps the way to go about this is to hack classicthesis, so that the margins are as per tuftr-handout (e.g. as in this question). Or perhaps hack tufte-handout so that the front matter is as per classicthesis (but left-aligned the tuft-handout front matter). However, I have no experience in this matter! Which would be better? Or is there another way?

Best Answer

I also needed something with the same functionality as the tufte-latex class, but the option to configure the chapter and caption headings, the page layout and such differently. So I started writing the package sidenotes. It is in the middle of everything, there are no example files, yet, but the documentation is at least there.

It provides the macros/ environments \sidenote, \sidecite, \sidecaption, sidefigure and sidetable and a few helper macros. Please note, \sidecite only works with biblatex. Also, if you are used to tufte-latex, please note the slightly different syntax. I made the macros as similar to the usual LaTeX ones as possible. The manual offset is a postfix, e.g. \sidenote[2]{foo}[10pt] corresponds to \footnote[2]{foo} and there is \sidenotemark as well as \sidenotetext.

So far, it handles the semiautomatic mode (offset manually applied) very well and it works great with marginfix and a few marginals. However, it does not work well with full margins, marginfix and \sidecaption.

It would work great with \blockmargin back in marginfix, but I have to rephrase my own question first, once I find time for that.