Difference between revisions of "List"

From Tritium Experiments Group
Jump to navigation Jump to search
Line 8: Line 8:
 
     cd scripts/list
 
     cd scripts/list
 
     Open runlist.tex and edit the line \Setcounter{run}{'put the latest run number here'}
 
     Open runlist.tex and edit the line \Setcounter{run}{'put the latest run number here'}
   
 
 
     do: pdflatex runlist.tex
 
     do: pdflatex runlist.tex
 
     do: lp -d chax runlist.pdf (Print to printer in the backroom)
 
     do: lp -d chax runlist.pdf (Print to printer in the backroom)
 
    or
 
 
    do: latex runlist.tex
 
    do: dvips -o runlist.ps runlist.dvi
 
    do: lp -d chax runlist.ps (Print to printer in the backroom)
 

Revision as of 15:33, 8 November 2017

Blank lists (shift check list and run list) For blank checklist and the checklist how-to [here].

The data run list is available in a white binder in the counting house. In order to generate more runlists, follow the instructions below:

   Log into a-onl@aonl4
   gotritium
   cd scripts/list
   Open runlist.tex and edit the line \Setcounter{run}{'put the latest run number here'}
   do: pdflatex runlist.tex
   do: lp -d chax runlist.pdf (Print to printer in the backroom)