%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Startfile for input files to the TeX-formatfile %% CPACTINF/PPACTINF as of 25-5-91 %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % This file contains all commands that are necessary to create % the title of an article for the journal ACTA INFORMATICA. % Please make a copy of it and edit the copy. % % We supply short comments explaining the use of the macros in this % file. For further details please consult the User's Guide and the % example file. % % If you are familiar with this macro package, there is a version of % this file called PACTINF.TEX which does not contain any comments. % %--------------------------------------------------------------------- % % Please insert your own macros here. % %--------------------------------------------------------------------- % % To generate a "referee version" delete the "%" in the following line: % \refereelayout % %--------------------------------------------------------------------- % % The following commands will format the title page. It is % only necessary to replace the 5 "?s" with your text, which may extend % over several lines. Be careful not to delete any curly brackets { }. % If an element of text is not needed, just retain the string ????? % in it's entry. % %--------------------------------------------------------------------- % % First give the MAINTITLE. % \MAINTITLE{ ????? } % % Split long titles by using the command \newline. % %--------------------------------------------------------------------- % % The next entry is for a subtitle. This is optional. % \SUBTITLE{ ????? } % %--------------------------------------------------------------------- % % If FOOTNOTES are needed in the \MAINTITLE or in the \SUBTITLE % the command \FOOTNOTE{} instead of the ordinary % \fonote is used. % \FOOTNOTE may appear only in the \MAINTITLE or in the \SUBTITLE. % %--------------------------------------------------------------------- % % Now the NAME(S) OF THE AUTHOR(S) must be given. If the authors have % different affiliations, each name has to be followed by @1, @2, ... , % the numbers referring to the different addresses to be listed in the next % command. If there are two or more affiliations for one author or if a % number has more than one digit, please include them - separated by commas - % in curly braces after the @-sign, e.g.: @{1,2,5} % \AUTHOR{ ????? } % % If you wish to give a PRESENT ADDRESS use the macro \PRESADD which is % a special footnote. \PRESADD may appear in \AUTHOR only % % An example of \AUTHOR with \PRESADD and @x (affiliation): % \AUTHOR{ H. Sexner@1, % B. Gustofsson@2\PRESADD{University of Stockholm, % Prinsendam 14} and T. Mayer@{1,3} } % % If there is more than one author, you must provide an address for % offprint requests: for example \SENDOFF{ H. Sexner } % \SENDOFF{ ????? } % %--------------------------------------------------------------------- % % If the maintitle or the list of authors is too long for the running % titles, please supply short forms using one or both of the following % commands: % \MAINTITLERUNNINGHEAD{ ????? } \AUTHORRUNNINGHEAD{ ????? } % %--------------------------------------------------------------------- % % Next the ADDRESS(ES) OF THE INSTITUTE(S) are required. If there is % more than one address, you begin each one with @1, @2, ... . % Please make sure that the numbers match those placed next to % the authors' names. % \INSTITUTE{ ????? } % %--------------------------------------------------------------------- % % Please insert the dates of receipt and acceptance of your manuscript % as soon as they are known. % \DATE{ ????? } % %--------------------------------------------------------------------- % % Each paper MUST have a summary. This is done using the command % \SUMMARY. Do not type the heading "Summary:"; this will be % automatically generated by the macro. % \SUMMARY{ ????? } % %--------------------------------------------------------------------- % % If you want to have a dedication please replace the 5 "?s" of the next % command with its text and delete the leading % sign. % % \DEDICATION{ ????? } % %--------------------------------------------------------------------- % % Please do not delete the following command. \maketitle % %--------------------------------------------------------------------- % % !!!!! NOW YOU CAN START WITH YOUR TEXT USING SPRINGER MACROS !!!!! %