Guest User

Untitled

a guest
Jul 20th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #check a2pslatin in .bashrc
  2.  
  3. iconv -f utf-8 -t latin1 audiofil.c | a2ps -o print.ps && ps2pdf print.ps print.pdf
  4.  
  5. iconv -f utf-8 -t latin1 audiofil.c -o audiofil.latin.c
  6. a2ps --encoding=latin1 audiofil.latin.c -o print.ps && ps2pdf print.ps print.pdf
Advertisement
Add Comment
Please, Sign In to add comment