1 Specification: member status resource
2 =====================================
3 New ECS resource providing enrolment status for users enroled to
4 external courses (via courselinks).
6 At [1] you can get always the latest version of the document.
10 make pdf ... create PDF representation
11 make ps ... create PS representation
12 make clean ... cleans all previously cretaed files
16 To successfully build the document you need at least the following
19 apt-get install make texlive-latex-base texlive-latex-extra texlive-latex-recommended \
20 plotutils transfig git ghostscript
27 This program translate *.pic files to various graphic formats. To
28 translate a PIC file to PDF:
30 export file=enrolment_status
31 pic2plot -Tps --page-size a4 --rotation 90 ${file}.pic > ${file}.ps
32 ps2pdf ${file}.ps ${file}.pdf
34 Then you can view the translated file with a common PDF viewer like
37 mupdf enrolment_status.pdf
39 http://www.umlgraph.org/doc/seq-intro.html ... Introduction in PIC-Makros
41 [1] http://FreeIT.de/pub/member_status.pdf
42 [2] Softwarpackages related to Debian Wheezy