shortex icon indicating copy to clipboard operation
shortex copied to clipboard

LaTeX header file with useful definitions

Results 17 shortex issues
Sort by recently updated
recently updated
newest added

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

enhancement

The following code causes LaTeX to halt: ``` d_\scF ``` ![Image](https://github.com/user-attachments/assets/1b5f4292-54f3-4af5-8db2-18c4f8df4f92) It goes through as expected if you surround the accented F with curly braces: ``` d_{\scF} ``` It would...

bug
duplicate

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

enhancement

`\barray / \earray` would work

enhancement

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.