-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswsetup.sty
41 lines (34 loc) · 1.79 KB
/
swsetup.sty
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
%*******************************************************************************
%*
%* ***SW Configuration File - adopted from WSC Configuration File ***
%*
% Note to editors: The setup parameters section has to be changed for each conference!
%*
%
% ---------------------------------------------------------------------------------------------------------------------
% Setup parameters (new in '11 ) [single location, not in tex file to be edited by authors]
%
% How to use:
% Add a macro per year at the end of the list. The history can be of use to check the editor lists
% of SW paper citations.
% - The macro definition has the form: \def\editorsYYYY{}
% - The new macro has to be used in the \currentEditors macro which is used by the style: so you
% have to replace the \editorsYYYY macro used in there by the new one
% Update the \currentYear macro to contain the current year
%
% You can search for the places the updates have to be applied to by using the search term
% "EDITOR".
% -------------- history of editors ------------------
%\def\editors2018{A.~Anagnostou, R.~Meskarian, and D.~Robertson}
%\def\editors2021{M.~Fakhimi, D.~Robertson, and T. Boness}
%\def\editors2023{C.~Currie and L.~Rhodes-Leader}
\def\editors2025{M.~Luis, A.~Harper, T.~Monks and N.~Mustafee}
% EDITOR: add new definition above this line
% -------------- settings for the current year ------------------
\def\currentYear {2025} % EDITOR: update with current year
\def\currentEditors {\editors2025} % EDITOR: update by current editor definition macro
\def\currentCaption {Proceedings of the Operational Research Society Simulation Workshop \currentYear{} (SW25)}
%
% End of setup parameters
% % ---------------------------------------------------------------------------------------------------------------------
%