help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] how to set \defaultparindent


From: Gavin Smith
Subject: Re: [help-texinfo] how to set \defaultparindent
Date: Wed, 17 Apr 2019 18:21:34 +0100
User-agent: Mutt/1.6.1 (2016-04-27)

On Tue, Apr 16, 2019 at 09:38:57PM +0800, Jinsong Zhao wrote:
> Hi there,
> 
> I have localized the texinfo in txi-zh.tex. 
> I hope to reset the \defaultparindent to a slight large number, e.g.: 24pt. 
> If I don't change the value in texinfo.tex file, is there another way to 
> reset the value?

Using \parindent works, e.g. doing

--- a/doc/txi-fr.tex
+++ b/doc/txi-fr.tex
@@ -23,6 +23,7 @@
 \txisetlanguage{french}{2}{3}
 
 \plainfrenchspacing
+\parindent=100pt
 
 \gdef\putwordAppendix{Annexe}
 \gdef\putwordChapter{Chapitre}


makes a large indent appear with '@documentlanguage fr'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]