%---------------------------------------------------------------%      CISM Courses and Lectures Volumes%      CCLContents.sty%      %      A.P. 2002/09/19; 2007/04/26; 2007/10/19%%---------------------------------------------------------------%%      Style file for typesetting the table of CONTENTS%      This file is used by the volume editor to specify%      the sequence of volume contributions.%      %      Each contribution is described by three items:%      1. title%      2. author(s)%      3. first page of the contribution or XXX if unknown%      %      Format:%      \CCLContEntry{title}{by author(s)}{page}%      %      Examples:%      \CCLContEntry{Long-Term Morphodynamics%       of Alluvial Rivers and Coasts}%       {by H. de Vriend}{1}%       %      \CCLContEntry{Conflict Resolution in Water%       Resource Management: the Case of Lake Como}%       {by S. Rinaldi}{21} %      %      \CCLContEntry{Mechanics Applied to the Underground Storage%       of Radioactive Waste Materials}%       {by K.S. Chan, S.R. Bodner and D.E. Munson}{31} %%      \CCLContEntry{Environmental Fluid Mechanics: Its Role%       in Solving Problems of Pollution in Lakes, Rivers %       and Coastal Waters}%       {by G.H. Jirka}{49} %            %      \CCLContEntry{Computational Environmental Geomechanics}%       {by B.A. Schrefler}{99} %      %      %      %---------------------------------------------------------------%      typeset material enclosed in a 115 by 185 mm box 
%      (from 2007)     \setlength{\textwidth}{115mm} \setlength{\textheight}{185mm}%      paragraphs have no indentation\setlength{\parindent}{0pt}%      page numbers typeset inside a 1cm wide box\newlength{\space@nnn}\setlength{\space@nnn}{1cm}%      author information typeset inside a box of width%      \textwidth - \space@nnn\newlength{\lin@i}\addtolength{\lin@i}{\textwidth}\addtolength{\lin@i}{-\space@nnn}%% \CCLContEntry{title}{by. . .}{page}% \newcommand{\CCLContEntry}[3]{{%    % 1. a left justified parbox for the title    \parbox[l]{\lin@i}{\medskip #1}}    % 2. author's line in italics right filled with dots    % followed by the page number    \smallskip\par{\itshape#2}\dotfill%    \hbox to \space@nnn{\hfil #3}\medbreak}%\makeatother%% end of style file% 
