1
vote
1answer
58 views

Problem with classicthesis package loaded in scrlttr2

Why the following code does not compile? How can I fix that? \documentclass{scrlttr2} \usepackage[american]{babel} \usepackage{classicthesis} \begin{document} Test \end{document}
2
votes
0answers
54 views

scrheadings and longtable alignment problems

I'm using classicthesis for my work and have a few large tables in the work. I like the option of having the chapter and section name at the top of the page so I use the \pagestyle{scrheadings} ...
0
votes
0answers
265 views

Compiling problems with scrreprt [closed]

I want to compile my theses with scrreprt and classicthesis, but it does not work. Here you have a compilation output: pdflatex \\nonstopmode\\input tesis.tex This is pdfTeX, Version ...
6
votes
1answer
228 views

Formatting list of custom floats in classic thesis

I am writing a document using classicthesis package, where I have some algorithms written with the clrscode package. I used package float to create a new float named "algorithm". However when I print ...
7
votes
1answer
403 views

classicthesis and scrheadings

When using classicthesis I feel that the spacedlowsmallcaps (provided by classicthesis) take too much control over my typography. I've been able to tweak the section titles to have a capital letter in ...
6
votes
1answer
505 views

Displaying “Appendix” in a section inside subappendices environment

I am using scrreprt from KOMA packages, the appendix package, and the arsclassica package. I'd like to add "Appendix" before the number of an appendix to a chapter. If I use scrreprt and the ...
2
votes
1answer
505 views

Remove dots from TOC, have page numbers right after titles

When looking for some inspiration for how to come up with a template for my thesis, I came across the wonderful classicthesis package. Since I'm working on some very progressive material, however, I ...