File: BUGS

package info (click to toggle)
pyscript 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,428 kB
  • ctags: 1,175
  • sloc: python: 10,146; makefile: 67
file content (9 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
- gv doesn't preview postscript files with nonstandard paper sizes properly.
  eg "screen" landscape will have the right part clipped.
  Workaround: use the -dFIXEDMEDIA switch in the gs options
  
- using LaTeX's color package will disable the color setting in
  TeX() as the latex color changes happen within the code that TeX()
  produces. 
  Workaround: if you need to use the color package you will have to 
  do all the color setting from within latex (for the TeX objects)