194,032 reputation
13468958
bio website profs.scienze.univr.it/…
location Italy
age 53
visits member for 2 years, 2 months
seen 4 mins ago
stats profile views 11,432

I'm a mathematician working in algebra. I've been using TeX since 1987, but couldn't write my Ph.D. thesis with it. Sob!

I teach LaTeX at my university, besides the mathematics courses. I'm the author of some LaTeX packages and even of one Plain TeX package. At my site it's possible to download my book on LaTeX programming (in Italian, sorry).

Here's my motto for TeX.SX:

Pronto prontissimo son come il fulmine: sono il factotum della città. (From "Il barbiere di Siviglia", music by Gioachino Rossini, libretto by Cesare Sterbini.)


8m
answered Overbrace height adjustment
18m
comment Two equations with sub equations
What's the purpose of the outer align*? Just gather* will do the same.
20m
comment Extraneous empty line within memoir's list environment (for very tight lists) if used with memoir's Spacing environment (for single-spacing)
@daleif I really don't know; I tried the easiest path of not issuing \begin{Spacing}{1} if already in a mytightlist environment and it worked.
33m
answered Right Align \part latex
44m
revised stata mlogit margins margins, dydx(*) predict(outcome()) export to LaTeX table
Code markup
48m
answered Extraneous empty line within memoir's list environment (for very tight lists) if used with memoir's Spacing environment (for single-spacing)
3h
answered How to draw straight lines between nodes in commutative diagram without using TikZ matrix library?
3h
answered Macros multicolumn and row in LaTeX
4h
comment LaTeX cannot find my personal packages
@UlrikeFischer I read it, but I don't see how this might cause problems. In my test, files are found both in ~/private/texmf and ~/Library/texmf trees.
4h
comment Why isn't diagrams.sty compatible with LuaTeX
The diagrams package uses various \fontdimen parameters and this might be the issue. Possibly a bug in LuaTeX, but it's almost impossible to trace it, because the code in diagrams.sty is obfuscated. Use another package for diagrams, for instance the more powerful tikz-cd.
5h
answered LaTeX cannot find my personal packages
6h
awarded  Nice Answer
11h
awarded  longtable
16h
answered Beamer & MetaUML - can't see any diagram
17h
comment use of spanish babel in beamer
Remove the utf8 option and add \usepackage[utf8]{inputenc}
17h
comment how to use fancyvrb Verbatim in tabularx?
Short answer: you don't. tabularx allows only a restricted form of \verb.
17h
comment Defining a command to generate a sequence
You can use the kernel provided \if@tempswa, since \@for doesn't use it.
18h
comment Optional argument not getting set to \makebox through expl3 key assignment
@A.Ellett Notice also the optional argument O{} rather than o and testing with \IfNoValueF: \keys_set:nn is perfectly happy to be fed with an empty list of key-value pairs.
18h
answered Optional argument not getting set to \makebox through expl3 key assignment
18h
comment What are the best practices for programmatic interaction between LaTeX3 and LaTeX2e?
It's true that one can use \mode_if_inner_p: or \mode_if_inner:TF for testing \ifinner, but I find it useful, especially in a LaTeX2-compatibility environment, to be able to pass the conditional name as an argument to a "catch-all" function.