Thank you that did the trickStefan_K wrote:Hi profox,
welcome to the board!
\@makeschapterhead is the corresponding macro for \chapter*, you could redefine it too.
Stefan
Search found 2 matches
- Mon Oct 06, 2008 2:57 pm
- Forum: General
- Topic: Change chapter* layout
- Replies: 4
- Views: 6316
Change chapter* layout
- Mon Oct 06, 2008 11:55 am
- Forum: General
- Topic: Change chapter* layout
- Replies: 4
- Views: 6316
Change chapter* layout
Hi, currently I am working on a project report with the use of LaTeX. Therefore I am writing my own sty file. Now I am trying to redefine the chapter command, to alter the default layout.
This is my current code:
\def\@makechapterhead#1{
{
\renewcommand{\headrulewidth}{{0pt}}
\begin{minipage ...
This is my current code:
\def\@makechapterhead#1{
{
\renewcommand{\headrulewidth}{{0pt}}
\begin{minipage ...