On Mon, Dec 20, 2021 at 05:00:45PM +1000, Paul W. Rankin via Users list for the Texinfo documentation system wrote: > Hello, > > Is it possible to set makeinfo options (e.g. --paragraph-indent=0) within the > .texi file itself? I'm thinking like: > > @setparagraphindent 0 > > Thanks,
Not generally but in this case there happens to be a command @paragraphindent 0 that you can use in a Texinfo file. See Info node (texinfo)@paragraphindent. However, please consider whether it would be better to set this option on the command line rather than inside the Texinfo file itself as it may not be the best place for controlling details of the output.
