|
|
Commands I constantly forget:
double the amount of pages printed on one sheet:
- psnup -2 [input.ps] [output.ps]
send mails from the command line:
- echo bla | mail -s "Subject" gaga@gaga.de
- echo bla | mutt -s "Subject" -a "File" gaga@gaga.de
compile programs using the gsl libraries:
- gcc -o bla.out bla.c -lgsl -lgslcblas -lm
produce acceptable pdf-files from dvi-files:
- 1. dvips -Pcmz -G0 -o test.ps test.dvi
2. ps2pdf test.ps test.pdf
generate Feynman Diagramms with the Feynmf package:
- 1.latex file.tex
2.mf '\mode:=localfont; input fmffig_gaga'
Files:
Download my config file for pine. From this file you
can figure out how to use pine with an imap-server, how to store all your folders on
this server and how to open message urls in an existing mozilla window.
|
|