Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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