You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Describe the bug
When exporting to PDF via LaTeX, the enumerates are hardcoded with \def\labelenumi{\arabic{enumi}.} or \def\labelenumii{\arabic{enumii}.}, preventing users from overwriting them using \renewcommand in YAML header-includes without manually editing the exported LaTeX file.
To Reproduce
Steps to reproduce the behavior:
Open a Markdown file containing enumerated lists.
Add the following lines to the YAML header-includes section of the Markdown file:
Observe that the enumeration format remains unchanged in the exported PDF, disregarding the modifications specified in the YAML header-includes.
Expected behavior
Users should be able to customize the enumeration format using \renewcommand in the Markdown file, and the modifications should be reflected in the exported PDF.
Screenshots / Screencasts
N/A
Sample Markdown File
Please attach or send us hi@typora.io the sample md file that may reproduce this.
Desktop (please complete the following information):
OS: Windows 10 64bit
Typora Version
1.8.10
Additional context
This issue affects users who rely on LaTeX for PDF export and need to customize the enumeration format. Currently, users have to manually edit the exported LaTeX file to make the desired modifications, which is inconvenient and defeats the purpose of using Markdown for seamless document creation.
The text was updated successfully, but these errors were encountered:
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Searched http://support.typora.io/
Describe the bug
When exporting to PDF via LaTeX, the enumerates are hardcoded with
\def\labelenumi{\arabic{enumi}.}
or\def\labelenumii{\arabic{enumii}.}
, preventing users from overwriting them using\renewcommand
in YAML header-includes without manually editing the exported LaTeX file.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Users should be able to customize the enumeration format using
\renewcommand
in the Markdown file, and the modifications should be reflected in the exported PDF.Screenshots / Screencasts
N/A
Sample Markdown File
Please attach or send us hi@typora.io the sample md file that may reproduce this.
Desktop (please complete the following information):
Typora Version
1.8.10
Additional context
This issue affects users who rely on LaTeX for PDF export and need to customize the enumeration format. Currently, users have to manually edit the exported LaTeX file to make the desired modifications, which is inconvenient and defeats the purpose of using Markdown for seamless document creation.
The text was updated successfully, but these errors were encountered: