I want to include a .pdf, .svg or .eps image which I exported from LibreOffice Draw with \includegraphics and compile it with latex (cannot use pdflatex).
The latex compile error message I get is
Error: /rangecheck in --setmiterlimit--
Operand stack:
--nostringval-- 0
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 2045 1 3 %oparray_pop 2044 1 3 %oparray_pop 2025 1 3 %oparray_pop 1884 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:960/1684(ro)(G)-- --dict:2/20(G)-- --dict:150/200(L)-- --dict:205/300(L)-- --dict:46/200(L)-- --dict:150/200(L)--
Current allocation mode is local
Current file position is 1365495
GPL Ghostscript 9.26: Unrecoverable error, exit code 1
How can one produce a .pdf, .eps or .svg from .odg that latex accepts?
Edit: So my workaround is now that I convert the .pdf exported from LibreOffice to .ps which can be compiled smoothly with latex.
latexaccepts. If you find something that works then you can also make a custom\includegraphicsrule to automate the conversion. – Marijn Feb 27 '20 at 16:23latex- neither.pdf,.epsnor.svgexported from LibreOffice ever posed a problem whenever I created documents without this package and compile withpdflatex. – AKG Feb 29 '20 at 19:18