Tagged Questions
0
votes
0answers
96 views
Error about my own class created [closed]
I apologize if my question is written in draft form. In fact, I would like to avoid a long message. Briefly, I have tried to write my own class, in which I have gathered all my \newcommands and some ...
2
votes
1answer
185 views
Modify footer of first page in custom class
I know I can do
\maketitle
\thispagestyle{fancy}
But I want my custom class that I am making (based on article) to do this for me. It already does pagestyle{fancy}, but I can't get it to change the ...
1
vote
2answers
547 views
custom header text and headrule
Using mweclass LaTeX class (report based) is writing a document as follows:
\documentclass{mweclass}
\title{MWE}
\author{J. Doe}
\begin{document}
\thispagestyle{mwetest}
\maketitle
...