Search found 2 matches

by taalest
Wed Mar 23, 2011 4:38 pm
Forum: Document Classes
Topic: Report, without chapter heading but with appendix heading
Replies: 2
Views: 2598

Report, without chapter heading but with appendix heading

don't want to change the header and footer. like to change, if i write \chapter{First chapter}:

regular report documentclass:

Chapter 1
First chapter

to

modified report documentclass:

1 First chapter

In my own .cls i manage to change it, but than I also remove "Appendix" from the title of ...
by taalest
Wed Mar 23, 2011 8:30 am
Forum: Document Classes
Topic: Report, without chapter heading but with appendix heading
Replies: 2
Views: 2598

Report, without chapter heading but with appendix heading

Hi! (first post on LaTeX Community)

We are the guys guys collaborating on writing a report. I'm responsible for the layout and since the two other guys don't know to much about LateX either, I want to make it simple. We use the report documentclass, but I'd like to modify it a bit. What I what to ...