summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/procIAGssymp/procIAGssymp.sty
blob: 19c272b9f8dbf3a4f68c3ab46a73939f1ab04762 (plain)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
\ProvidesPackage{procIAGssymp}[2002/01/11]
%*************************************************
%*                                               *
%*               This  file  is                  * 
%*                                               *
%*              procIAGssymp.sty                 *
%*              ----------------                 *
%*                                               *
%*    it contains (re-)definitions  for the      *
%*    proceedings of IAG sponsored symposia      *
%*                                               *
%*  Author:     Battista Benciolini              *
%*                                               *
%*  Address:    Dip. Ing. Civile e Ambientale    *
%*              Via Mesiano, 77                  *
%*              I-38050  Trento                  *
%*                        ITALY                  *
%*                                               *
%*  e-mail:   Battista.Benciolini@ing.unitn.it   *
%*                                               *
%*************************************************
%
%
% PURPOSE
% =======
% 
% This package provides (re-)definitions of some LaTeX commands 
% that can be useful for the preparation of a paper with 
% the style of the proceeding of symposia sponsored by the 
% "International Association of Geodesy (IAG)" published
% by "Springer-Verlag Berlin Heidelberg NewYork".
%
%
% IMPORTANT NOTES
% ===============
%
% 1 - This file is part of a program (in the meaning specified 
%      by the LPPL- see next point)) that includes two files 
%      posted in the same folder: 
%                   - procIAGssymp.sty (=  this file)
%                   - TestPaper.tex (= sample and suggestions)
%     The copiright holder of this package is its author.
%     (sorry for the obvius statment, the LPPL suggests to 
%      explicitelly mention the copiright holder)
% 2 - This program may be used, distributed and/or modified under 
%     the conditions of the LaTeX Project Public License.
%     The latest version of this license is in:
%     http://www.latex-project.org/lppl.txt
% 3 - When this package is used the correspondence between the
%     obtained result and any requirement and prescription
%     must  be judged by the user.
% 4 - The release of this package on CTAN is a personal initiative of 
%     its author. The mention of IAG and Springer-Verlag  does not 
%     imply any involvement of these entities in this initiative. 
%
%  
% HISTORY
% =======
% 
% May, 2000        : first version 
% June 2001        : version used for proceedings of HM98 symposium
% January  7, 2002 : small improvements, better documentation, 
%                    part of the code (not related with the declared 
%                    purpose) moved to different packages, first
%                    release in CTAN 
% January 11, 2002 : improvements suggested by N.S.
% 
%   
%  AKNOWLADGMENT
%  =============
%
% Peaple listed here after contributed with suggestions and  
% with fragments of code: Claretta Carrara, Nico Snew.
%
% --------------------------------------------------------------------
%
%
% The following redefinition of \@maketitle is quite simplified with
% respect to the standard one. The data is not printed; the title is
% not centred and it is in sans-serif font; the author is no
% longer in tabular environment; the author and its address 
% are \raggedright. 
\def\@maketitle{%
 %%  \newpage
 %%  \null
 {\LARGE\sffamily\bfseries\@title}
   \vskip 6mm%
   {%\large
     \lineskip .5em%
         {\raggedright\@author}}       
   \vskip 6mm%
 \par
 \vskip 1.5em}% end of\@maketitle
%
%
% a new if, used to govern the behaviour 
% of \and in relation with \thanks
\newif\ifafterthanks \afterthanksfalse
%
% redefinition of \thanks, to print the address immediately after 
% the author(s) it refers to
\renewcommand{\thanks}[1]{\\ #1 \vskip6mm \global\afterthankstrue}
%
% redefinition of \and
\renewcommand{\and}{\ifafterthanks\relax \else{\unskip,}\ \fi
\global\afterthanksfalse}
%
%
% redefinition of \section and \subsection for 
% 1st and 2nd order headings
%%% WARNING : is character size correct ??  
%
\renewcommand\section{\@startsection%
{section}%
{1}%             %level
{0mm}%           %indent
{-3mm}%          %beforeskip
{2mm}%           %afterskip
{\fontsize{10.95}{13.6}\selectfont\sffamily\bfseries}} %style
%
\renewcommand\subsection{\@startsection%
{subsection}%
{2}%                %level
{0mm}%              %indent
{-3mm}%             %beforeskip
{2mm}%              %afterskip
{\normalfont\sffamily\bfseries}} %style
%
% redefinition of  \subsubsection, \paragraph and \subparagraph  
%
\renewcommand\subsubsection{\@startsection%
{subsubsection}%
{3}%             %level
{0mm}%           %indent
{-2mm}%          %beforeskip
{2mm}%           %afterskip
{\normalfont\normalsize\sffamily\bfseries}} %style
%
\renewcommand\paragraph{\@startsection%
{paragraph}%
{4}%              %level
{0mm}%            %indent
{-2mm}%           %beforeskip
{-1em}%           %afterskip
{\normalfont\normalsize\sffamily\bfseries}} %style
%
\renewcommand\subparagraph{\@startsection%
{subparagraph}%
{5}%                    %level
{\parindent}%           %indent
{-2mm}%                 %beforeskip
{-1em}%                 %afterskip
{\normalfont\normalsize\sffamily\bfseries}} %style
%
% margins and unitlength
\textheight224mm
\textwidth156mm
\columnsep8mm
\topmargin0mm
\setlength{\unitlength}{1mm}
%
%
% the new command  \linea,  with Italian name   -:) ,   
% can be used to put some space and a rule after the abstract
\newcommand{\linea}{\vskip1mm\noindent\rule{74mm}{.5pt}}
%
%  end  end  end