On Wed, Sep 03, 2025 at 09:54:18AM +0100, Daniel Cerqueira wrote: > When I execute: > > ``` > texi2any --Xopt -t --Xopt @bsixpaper --Xopt --clean --pdf my-book.texi > ``` > > I get this warning... > > ``` > texi2any: warning: --Xopt option without printed output > ```
I cannot reproduce with 7.1.1 (nor with the development version). What is the version of texi2any you use? Also, maybe it could depend on the Texinfo file, it could help to reproduce if you could send a Texinfo file you have tested which triggers the issue. > How can I create my bsixpaper sized pdf and make this warning disappear? Calling texi2any as you do should work, and seems correct to me, but you could also call texi2pdf directly: texi2pdf -t @bsixpaper --clean my-book.texi -- Pat
