- Update readme.
- Create document-level aliases for \fp_to_dim:n and a couple constants. - Clean up Fonts.sty. - Customize bullets in itemize lists.
This commit is contained in:
@@ -43,14 +43,8 @@
|
||||
\str_const:Nn \c_BigFloat_type_str {generic}
|
||||
\fp_const:Nn \c_BigFloat_offset_fp {2.0}
|
||||
|
||||
\ProvideLength{\BigFloatOverhang}[\dim_use:N \c_BigFloat_overhang_dim]
|
||||
\NewDocumentCommand{\BigFloatOffset}{O{}}{
|
||||
\str_if_empty:NTF #1 {
|
||||
\fp_use:N \c_BigFloat_offset_fp
|
||||
} {
|
||||
\fp_set:Ne \c_BigFloat_offset_fp {#1}
|
||||
}
|
||||
}
|
||||
\let\BigFloatOverhang\c_BigFloat_overhang_dim
|
||||
\let\BigFloatOffset\c_BigFloat_offset_fp
|
||||
|
||||
\dim_new:N \l_BigFloat_workoverhang_dim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user