LaTeX report chapter styles

拟墨画扇 提交于 2019-12-10 19:28:46

问题


How do I change chapter styles in LaTeX report class? I have found something about \makechapterstyle, but it doesn't seem to work on reports (or at least it doesn't work on my report :-) ) I'm prety sure there must be some way to change this.

I know that LaTeX is not much of programming, but i dont't know any better place to ask this.


回答1:


The package fncychap (pdf) seems to be what you're looking for. With it you should be able to format your chapters quite flexibly without the memoir class.

I've also used this thesis layout. It uses psboxit and fancyhdr. You should be able to tweak it to your specific needs.




回答2:


I like to use the memoir class (pdf) for formatting reports written in LaTeX. This (pdf) is a nice article with samples using it (both code samples and what they look like compiled). It covers things like size, indention, lines, colors, "everything".

For an introduction to LaTeX in general in which I think the memoir class is also mentioned is The not so short introduction to LaTeX (pdf). I also find this site a nice quick reference for LaTeX layouting.



来源:https://stackoverflow.com/questions/1216648/latex-report-chapter-styles

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!