Created
February 18, 2012 20:11
-
-
Save Ahtenus/1860894 to your computer and use it in GitHub Desktop.
a2ps snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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