shortex
shortex copied to clipboard
LaTeX header file with useful definitions
ShorTeX pretty much always clashes with venue-specific class/styles. Per feedback from a few users, this is probably the biggest blocker to people using shortex. I think it would be wise...
On page 10 of the documentation, square brackets, pipes, double pipes, and angle brackets are all missing the "\" for their fractions.
Probably worth listing them all there for people who won't ever define any custom combinations / search in the style to see which ones are defined
The following code causes LaTeX to halt: ``` d_\scF ```  It goes through as expected if you surround the accented F with curly braces: ``` d_{\scF} ``` It would...
I'm not sure what the right fix is, or if a fix is even the right thing to do. But here for instance, the intersection symbol seems too large. It's...
Occasionally I see something like `x_n \nearrow x` and `x_n \searrow x`, which typeset to $$x_n \nearrow x$$ and $$x_n \searrow x$$. I feel like `\upto` and `\downto` more closely...
Use character `u`.
This should be doable with something like: ```latex \usepackage[normalem]{ulem} % for strikeout comments, normalem prevents ulem from changing \emph % truncated \expandafter\edef\csname x\thiscommenter\endcsname##1{\noexpand\bgroup\markoverwith{\textcolor{CommentColor\thecommentcolorcounter}{\rule[.5ex]{2pt}{0.4pt}}}\ULon} ``` But I couldn't get it to...
WIP; need to add to the documentation before merging.