Skip to content

Instantly share code, notes, and snippets.

@Ahtenus
Created February 18, 2012 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ahtenus/1860894 to your computer and use it in GitHub Desktop.
Save Ahtenus/1860894 to your computer and use it in GitHub Desktop.
a2ps snippet
#check a2pslatin in .bashrc
iconv -f utf-8 -t latin1 audiofil.c | a2ps -o print.ps && ps2pdf print.ps print.pdf
iconv -f utf-8 -t latin1 audiofil.c -o audiofil.latin.c
a2ps --encoding=latin1 audiofil.latin.c -o print.ps && ps2pdf print.ps print.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment