This section lists the known problems with blop. The first part lists those ones, which are still unsolved. After finding a solution to a problem, two things can happen:
Rotated pages: When using the foils documentclass with landscape option, or the prosper documentclass, and converting the final PostScript file to PDF using ps2pdf, the pages containing a figure produced by blop will appear rotated by 90 degrees (in acroread at least). That is, the text and everything is set up correctly within the page, but the page itself is rotated to portrait orientation. Example:
\documentclass[a4paper,landscape]{foils} \usepackage{blopeps} \begin{document} This page is correct \newpage This page appeares rotated \blopeps{some_figure_produced_by_blop.beps} \end{document}When this source (test.tex) is compiled with the following sequence of commands:
latex test.tex dvips -Ppdf -t a4 -t landscape test.dvi ps2pdf test.psthen the intermediate PostScript file is OK, but the second page will be rotated in the final test.pdf, when viewing with acroread or xpdf.
Teporary solution: use the -dPDFSETTINGS=/printer option for ps2pdf. This will cause that all pages will be rotated to portrait orientation. But in this case (if you don't use a too old version of acroread) you can rotate the whole document to landscape orientation.
Suggestion by András László: try experimenting with the -dAutoRotatePages=/All option of ps2pdf. He is referring to this page.
Accented characters: Accented characters do not seem to work, when using the \usepackage[latin2]{inputenc} macro in the preamble of your document. The following two files ...
// test.C main() { set::xtitle("Rapiditás"); plot(_1,_1); blopeps::print("test.beps"); }
% test.tex \documentclass{article} \usepackage{blopeps} \usepackage[latin2]{inputenc} \begin{document} \blopeps{test.beps} \end{document}produce the following error:
! Missing \endcsname inserted.\unhbox l.5 \blopeps{proba.beps}