-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpssbmac.cls
92 lines (81 loc) · 2.37 KB
/
pssbmac.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{pssbmac}
\LoadClass[10pt, a4paper, twoside]{article}
\setlength{\textwidth}{15cm}
\setlength{\textheight}{21.0cm}
\setlength{\topmargin}{0cm}
\setlength{\oddsidemargin}{1.65cm}
\setlength{\evensidemargin}{1.65cm}
\renewenvironment{abstract}
{\begin{list}{}{%
\setlength{\rightmargin}{0.5cm}
\setlength{\leftmargin}{0.5cm}
\small}
\item[] }
{\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\ps@headreport}
{ \renewcommand{\@oddhead}
{\begin{minipage}{\textwidth}
%HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
{\normalsize {\bf Proceeding Series of the Brazilian
Society of Computational and Applied Mathematics}}\\
\vspace{-0.5em}{\normalsize Preprint}\\
%HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
\rule{\textwidth}{0.6pt}
\end{minipage}
}
\renewcommand{\@oddfoot}{}
\renewcommand{\@evenhead}{\@oddhead}
\renewcommand{\@evenfoot}{\@oddfoot}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\criartitulo{\par
\begingroup
\renewcommand\thefootnote{\@arabic\c@footnote}%
\def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}%
\long\def\@makefntext##1{\parindent 1em\noindent
\hb@[email protected]{%
\hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
\newpage
\global\@topnum\z@ % Prevents figures from going at top of page.
\@criartitulo
\thispagestyle{headreport}\@thanks
\endgroup
\global\let\thanks\relax
\global\let\criartitulo\relax
\global\let\@criartitulo\relax
\global\let\@thanks\@empty
\global\let\@author\@empty
\global\let\@date\@empty
\global\let\@title\@empty
\global\let\title\relax
\global\let\author\relax
\global\let\date\relax
\global\let\and\relax
}
\def\@criartitulo{%
\newpage
\null
\vspace{-1em}%
\begin{center}%
\let \footnote \thanks
{\LARGE \@title \par}%
\end{center}%
\vskip 1.5em%
{\normalsize
\lineskip .5em%
\begin{minipage}[b]{\textwidth}
\@author
\end{minipage}\par}%
\vskip 1em%
%{\large \@date}%
\par
\vskip 1em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\runningheads}{\markboth}
\pagestyle{myheadings}
\normalsize
\setcounter{page}{1}
\endinput