wscsetup.sty 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. %*******************************************************************************
  2. %*
  3. %* ***WSC Configuration File - Base for LaTeX Papers for the WinterSim ***
  4. %*
  5. % Note to editors: The setup parameters section has to be changed for each conference!
  6. %*
  7. %
  8. % ---------------------------------------------------------------------------------------------------------------------
  9. % Setup parameters (new in '11 ) [single location, not in tex file to be edited by authors]
  10. %
  11. % How to use:
  12. % Add a macro per year at the end of the list. The history can be of use to check the editor lists
  13. % of WSC paper citations.
  14. % - The macro definition has the form: \def\editorsYYYY{}
  15. % - The new macro has to be used in the \currentEditors macro which is used by the style: so you
  16. % have to replace the \editorsYYYY macro used in there by the new one
  17. % Update the \currentYear macro to contain the current year
  18. %
  19. % You can search for the places the updates have to be applied to by using the search term
  20. % "EDITOR".
  21. % -------------- history of editors ------------------
  22. \def\editors2000{J.~A.~Joines, R.~R.~Barton, K.~Kang, and P.~A.~Fishwick}
  23. \def\editors2001{B.~A.~Peters, J.~S.~Smith, D.~J.~Medeiros, and M.~W.~Rohrer}
  24. \def\editors2002{E.~Y\"ucesan, C.-H.~Chen, J.~L.~Snowdon, and J.~M.~Charnes}
  25. \def\editors2003{S.~Chick, P.~J.~S\`anchez, D.~Ferrin, and D.~J.~Morrice}
  26. \def\editors2004{R.~G.~Ingalls, M.~D.~Rossetti, J.~S.~Smith, and B.~A.~Peters}
  27. \def\editors2005{M.~E.~Kuhl, N.~M.~Steiger, F.~B.~Armstrong, and J.~A.~Joines}
  28. \def\editors2006{L.~F.~Perrone, F.~P.~Wieland, J.~Liu, B.~G.~Lawson, D.~M.~Nicol, and R.~M.~Fujimoto}
  29. \def\editors2007{S.~G.~Henderson, B.~Biller, M.-H.~Hsieh, J.~Shortle, J.~D.~Tew, and R.~R.~Barton}
  30. \def\editors2008{S.~J.~Mason, R.~R.~Hill, L.~M\"onch, O.~Rose, T.~Jefferson, J.~W.~Fowler}
  31. \def\editors2009{M.~D.~Rossetti, R.~R.~Hill, B.~Johansson, A.~Dunkin and R.~G.~Ingalls}
  32. \def\editors2010{B.~Johansson, S.~Jain, J.~Montoya-Torres, J.~Hugan, and E.~Y\"ucesan}
  33. \def\editors2011{S.~Jain, R.~R. Creasey, J.~Himmelspach, K.~P.~White, and M.~Fu}
  34. \def\editors2012{C.~Laroque, J.~Himmelspach, R.~Pasupathy, O.~Rose, and A.~M.~Uhrmacher}
  35. \def\editors2013{R.~Pasupathy, S.-H.~Kim, A.~Tolk, R.~Hill, and M.~E.~Kuhl}
  36. \def\editors2014{A.~Tolk, S.~Y. Diallo, I.~O. Ryzhov, L.~Yilmaz, S.~Buckley, and J.~A. Miller}
  37. \def\editors2015{L.~Yilmaz, W.~K~V.~Chan, I.~Moon, T.~M.~K.~Roeder, C.~Macal, and M.~D.~Rossetti}
  38. \def\editors2016{T.~M.~K.~Roeder, P.~I.~Frazier, R.~Szechtman, E.~Zhou, T.~Huschka, and S.~E.~Chick}
  39. \def\editors2017{W.~K.~V.~Chan, A.~D'Ambrogio, G.~Zacharewicz, N.~Mustafee, G.~Wainer, and E.~Page}
  40. \def\editors2018{M.~Rabe, A.~A.~Juan, N.~Mustafee, A.~Skoogh, S.~Jain, and B.~Johansson}
  41. \def\editors2019{N.~Mustafee, K.-H.G.~Bae, S.~Lazarova-Molnar, M.~Rabe, C.~Szabo, P.~Haas, and Y.-J.~Son}
  42. % EDITOR: add new definition above this line
  43. % -------------- settings for the current year ------------------
  44. \def\currentYear {2019} % EDITOR: update with current year
  45. \def\currentEditors {\editors2019} % EDITOR: update by current editor definition macro
  46. \def\currentCaption {Proceedings of the \currentYear{} Winter Simulation Conference}
  47. %
  48. % End of setup parameters
  49. % % ---------------------------------------------------------------------------------------------------------------------
  50. %