186,857 reputation
12444909
bio website profs.scienze.univr.it/…
location Italy
age 53
visits member for 2 years, 2 months
seen 7 hours ago
stats profile views 10,854

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.)


Apr
25
comment How do I get an uppercase ordinal to number with memoir class?
@YiannisLazarides Unfortunately \numtoname uses \n@me@number which starts with \numdigits which is not expandable. So it won't work with any number of \expandafter tokens. One would have to define an "uppercase version" of \n@me@number with different versions of the \nNamezzzz macros. If you don't have a big number of chapters, the easiest way is to go with \ifcase
Apr
25
comment Asymetric behaviour in user command with conditionals
@user429540 It doesn't swallow spaces: when argument #1 is ignored the space is not inserted, of course.
Apr
25
comment Asymetric behaviour in user command with conditionals
@user429540 May you show an example?
Apr
25
awarded  Guru
Apr
25
comment How to disable links completely using hyperref package?
@Rabarberski As Boris says: \hyperref actually loads url, but nohyperref doesn't. :(
Apr
25
comment How to disable links completely using hyperref package?
Did you try \usepackage[options]{nohyperref}? This should be a package that defines everything hyperref does, but does nothing.
Apr
25
comment How to reference sections, equations, and figures in a separate document (e.g., supplemental information)?
And also xr-hyper if hyperref is needed.
Apr
25
comment Multiple references separated by semi-colon
With that preamble you won't get an author-year citation scheme.
Apr
25
awarded  Nice Answer
Apr
25
comment Parse a file with a regexp and return first match
@BruceConnor You probably have an outdated version of l3regex; mine is l3regex.dtx 3488 2012-03-03 19:49:03Z
Apr
25
comment Parse a file with a regexp and return first match
@BruceConnor If the search regex is something like ([^\*]*?)\*\* and the replacement regex is \c{textbf}\cB\{\1\cE\} I get that **Test** is replaced by \textbf{Test} and interpreted correctly.
Apr
25
comment Parse a file with a regexp and return first match
@BruceConnor I get what's expected. Probably what you get wrong depends on the "replacement" regex you're using.
Apr
25
revised Is there a way to make this graph look more like I would?
Grammar
Apr
25
comment Why does Latex/Bibtex need three passes to clear up all warnings?
Yes, it may avoid one pass. But it's not so important to always do all passes: it's quite often only a waste of time. Cross references will stabilize during document preparation and it's not necessary that they are always correct. Just remember to run BibTeX (or Biber) when citations are added.
Apr
25
comment Why does Latex/Bibtex need three passes to clear up all warnings?
biblatex doesn't avoid the need of multiple pass processing.
Apr
25
answered Parse a file with a regexp and return first match
Apr
25
comment What are the avaliable font sizes in texlive?
@HarishKumar With the Sauter fonts, yes, but a bitmap font will be used for rendering.
Apr
24
answered Centered box, text inside it flushed right?
Apr
24
revised Merge columns in LaTeX
Code
Apr
24
comment Merge columns in LaTeX
Please, show some code rather than trying to explain in that way.