Hi,

somewhat offtopic: could anyone running TL 2023 (or at least 2022) check for me 
the following two things:

1) a5toa4 does not work, try by running:

  $ a5toa4 $some_file_of_yours.pdf

  it fails with something like:
  /usr/share/texlive/texmf-dist/scripts/pfarrei/pfarrei.tlu:114: 
pfarrei.xRUrOo/some_file_of_your.pdf: No such file or directory

  There will be pfarrei.xxxx directory left in your working dir.


2) applying the attached patch to 
/usr/share/texlive/texmf-dist/scripts/pfarrei/pfarrei.tlu 
  (or in whatever path that file resides on your system),  run 1) again and 
report whether it works.


I'd like to submit bugfix to CTAN, but do not have at my disposal current TL 
2023 to double check.

Pavel
--- pfarrei.tlu	2023-11-18 19:40:21.301239571 +0100
+++ pfarrei.tlu	2023-11-18 19:39:30.465218108 +0100
@@ -104,7 +104,7 @@
       tmpfile = tmpdir..'/'..basename..'.tex'
       local file = assert( io.open( tmpfile, 'w' ) )
       if booklet then assert( file:write("\\PassOptionsToPackage{booklet}{pfarrei}\n") ) end
-      assert( file:write("\\def\\OriginalFile{",arg[i],"}\n") )
+      assert( file:write("\\def\\OriginalFile{../",arg[i],"}\n") )
       assert( file:write("\\input{a5toa4.tex}\n") )
       assert( file:flush() )
       file:close()
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to