-
-
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
LaTeX writer removes float number of meta #5838
Comments
Thank you for submitting a bug report. However, we cannot improve pandoc or help you unless you give us all of the following information:
A small test case (just a few lines) is ideal. If your input is large, try to whittle it down to a minimum working example. (For binary input formats like docx, you should attach the minimum sample file.) Finally, ask questions on pandoc-discuss and read the User's Guide. |
pandoc 2.7.3 minimal testcase:
latex template file (template.tex) :
pandoc call: Output result (output.tex) :
expected instead:
|
This seems to be fixed already in the dev version!
|
Hi,
Seems that the LaTeX writer and maybe other writers change the float number of a meta field to an integer when it's *.0
This is bad for document versioning where 1.0 would be a valid version number and 1 would look like a typo mistake. Is there a way to change this? I read the release notes and saw that the integer representation was introduced for ipynb. #5398
I do not really understand why this should be changed for writers like LaTeX. When I remember correctly the float number worked in the past.
The text was updated successfully, but these errors were encountered: