| bio | website | troubleshooting-tex.de |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 25 mins ago | |
| stats | profile views | 2,438 |
TeXtalk Interview: http://tex.blogoverflow.com/2012/12/textalk-an-interview-with-ulrike-fischer/
TUG Interview: http://www.tug.org/interviews/fischer.html
|
May 5 |
comment |
Don't hyperlink broken references with hyperref Can't you simply use \ref*{...} for the external references? |
|
May 5 |
answered | Title fontsize affects the fontsize of the content |
|
May 5 |
comment |
some \newcommand instructions not working Section 6 of technote.pdf mirrors.ctan.org/macros/latex/required/amslatex/math/… gives some details regarding this problem. |
|
May 4 |
comment |
Adobe Garamond Pro (otf) with mathdesign I don't have the font but I looking at the code would try the option adobe-garamond. |
|
May 3 |
comment |
Why am I getting this “Runaway argument?” error? @StevenB.Segletes: I doubt that it is a simple brace mismatch. This wouldn't break an internal command like \@newl@abel. |
|
May 3 |
comment |
problem with footnote in xepersian : “ Undefined control sequence \small By me\footnote” @PersianTeXGroup the example seems to work when I add \let\Umathcode\XeTeXmathcode \let\Umathchardef\XeTeXmathchardef. Perhaps the package should make a suitable test to avoid to break with older engines (and perhaps make a feature request so that miktex updates the binary.) |
|
May 3 |
comment |
problem with footnote in xepersian : “ Undefined control sequence \small By me\footnote” @PersianTeXGroup Miktex has still version v12.7 and I get a lot of error messages that \Umathcode is undefined. In TeXlive 2012 (which has an older version) there is no problem. |
|
May 2 |
comment |
MiKTeX 2.9 portable issue Sounds like a bug to me. miktex is watching some packages for changes and reinstalls them when they have changed. In the portable version miktex has (probably) to change the original config file and so triggers the message. You should make a bug report. |
|
May 2 |
comment |
Babel shorthands has a problem with \bm package Move the \useshorthands{"} behind all \usepackage lines. Or use \AtBeginDocument{\useshorthands{"}}. |
|
May 1 |
answered | error with LuaLaTeX, lstinputlisting and an extension-less file |
|
May 1 |
comment |
Why do LaTeX and pdflatex produce different margins? Probably the page format is different (letter versus a4). And yes you can avoid it by passing the correct options. |
|
May 1 |
answered | Why hyperref doesn't break links when using \href but it does when using \url ? Bibtex entries in the middle of a document? |
|
Apr 30 |
comment |
Turning working code into macro causes “Missing number, treated as zero — \let” You can't put lstlisting and its content in the argument of a command. lstlisting has to do a lot of catcode magic. |
|
Apr 29 |
comment |
Indexing with biblatex - how to filter out publication titles of indexed authors? You are using the command \bibliography in the argument of filecontents. What filename do you think will it expand to? Did you actually try your example? |
|
Apr 29 |
comment |
Indexing with biblatex - how to filter out publication titles of indexed authors? Your example doesn't compile. There is a \addbibresource missing and the \bibliography in the filecontents command looks quite fishy. Beside this: I would redefine the \citeindex and bibindex macros (the original are in biblatex.def). |
|
Apr 29 |
comment |
Can I avoid connecting to MiKTeX update server? @wlnirvana: I used tcpview from the sysinternal suite and couldn't see any connection (beside the connection to the repository itself) if I use a fix repository. |
|
Apr 28 |
comment |
Can I avoid connecting to MiKTeX update server? I can't see this behaviour. miktex connects to this ip only if I use the option "use the nearest repository" in the update manager. But you can always download the packages from a CTAN mirror with some other means in a folder and then use this folder as local repository for updates and installations. This will need no online connection at all. |
|
Apr 27 |
comment |
Remove \cite{ref1} output of [1]\nocite{ref1}. |
|
Apr 27 |
comment |
Set the width of a fcolorbox Your example with \fbox doesn't work. You mean \framebox. |
|
Apr 27 |
comment |
How do I install mtpro2? Naturally it is blank the first time. The command opens your local configuration file. |