Ulrike Fischer

Results 126 issues of Ulrike Fischer

## Brief outline of the enhancement LaTeX now allows to combine the small caps and slanted/italic shapes. The ec/cm-super fonts do have a slanted small caps font but this is...

category base (latex)
fixed in dev

## Brief outline of the bug When unpacking a dtx which contains tags with a plus, e.g. like in this dtx ~~~~ % % \begin{macrocode} %\tl_new:N\g_@@_blubA_tl %\tl_new:N\g_@@_blubB_tl % \end{macrocode} ~~~~...

bug
category base (latex)
fixed in dev

## Brief outline of the enhancement Currently messages e.g. about a load time option that is ignored use directly the family name. It would be nice if they would use...

fixed in dev

## Brief outline of the bug If one tries to disable the loading of a package which is required with a version date one gets warnings in the log-file ##...

enhancement
fixed in dev

## Brief outline of the bug The titlepage environment sets its page number to one and if the mode is `oneside` it resets it to one at the end for...

to analyse further
long-term

## Brief outline of the bug The following errors with a `improper prevdepth`. The quote environment stands for an arbitrary list, the original document used the addmargin environment from the...

category base (latex)
to analyse further
long-term

## Brief outline of the bug l3doc makes the underscore active in the aux-file. This breaks then labels with an underscore in the name ## Minimal example showing the bug...

enhancement
category base (latex)
works as designed
long-term

Currently before writing a named object to the pdf, the code has first to look up the type of the object. When many objects are written this gets very slow....

This adds the code to set the mediabox /pagesize currently used in graphics-def into l3backend so that the mediabox are set always and not only if packages like graphics or...

The following document will error on the first variant generation but not for the second. The created command will loop. ~~~~ \documentclass{article} \begin{document} \ExplSyntaxOn \cs_generate_variant:Nn \my_testa:blub {zzzz} \cs_generate_variant:Nn \my_testb:blub {blub}...

bug