-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support autoref in LaTeX reader #7463
Comments
It would be good to support this. My understanding is that
if
if Now that we have localized names |
Cleveref's
|
One problem is that our localized terms don't include Section, let alone Subsection. |
Anyway, what would be needed for this change is:
|
Any news on this topic? |
There's a roadmap above of what needs to be done. A first step would be localizations for Section for 48 languages. |
+1 feature request on \cref and \autoref. |
converting latex to typst, i'm seeing |
Re localizations, I did find this on my system:
That's a start, but it leaves a lot of the languages we support out. It looks like we're adding a special |
This attribute is added to LaTeX `\cref`, for example. See #7463.
Associate with `\cref` and `\Cref` the reference-type `ref+label` and `ref+Label`. So far we don't do anything fancy with these. Also, associate with `\vref` `ref` instead of `ref+page`. See #7463.
Describe your proposed improvement and the problem it solves.
Pandoc's LaTeX reader does not support
\autoref
fromhyperref.sty
.It only supports followings:
pandoc/src/Text/Pandoc/Readers/LaTeX/Inline.hs
Lines 336 to 342 in 6097453
The
hyperref.sty
is one of the widely used packages and also in The ACM Publishing System (TAPS) List of Accepted LaTeX Packages.Describe alternatives you've considered.
Preprocessing?
The text was updated successfully, but these errors were encountered: