Changes

Jump to navigation Jump to search
m
Taco moved page Command/setuptolerance to Command old/setuptolerance without leaving a redirect
|}
== Tolerance of float captions ==
 
Float captions don't inherit the global tolerance setting, but instead use their own tolerance:
 
<texcode>
%% global tolerance
\setuptolerance
[tolerant]
 
%% tolerance for captions
\setupcaption
[align=tolerant]
</texcode>
 
== Tolerance of framed texts ==
 
Framed texts don't inherit the global tolerance setting, but instead use their own tolerance as well:
 
<texcode>
%% global tolerance
\setuptolerance
[tolerant]
 
%% tolerance for framed texts
\setupframedtext
[align=verytolerant]
</texcode>
== Example ==
<!-- Please fill in an example if you can -->

Navigation menu