-
Notifications
You must be signed in to change notification settings - Fork 24
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
toBiblatex utf8 problems #105
Comments
mwmclean
added a commit
that referenced
this issue
Sep 23, 2024
* Add argument encoded.names.to.latex to toBibTeX and toBibLaTeX to toggle whether tools::encoded_text_to_latex is called on name list fields * Closes #105
@cdriveraus @kbvernon I added a logical argument |
mwmclean
added a commit
that referenced
this issue
Oct 7, 2024
* Add latexify() from dplR instead of tools::encoded_text_to_latex to improve conversion of non-ASCII characters to valid latex * Fixes #102, #105, #106 Signed-off-by: Mathew W. McLean <[email protected]>
mwmclean
added a commit
that referenced
this issue
Oct 7, 2024
* Add latexify() from dplR instead of tools::encoded_text_to_latex to improve conversion of non-ASCII characters to valid latex * Fixes #102, #105, #106 Signed-off-by: Mathew W. McLean <[email protected]>
mwmclean
added a commit
that referenced
this issue
Oct 15, 2024
* Add latexify() from dplR instead of tools::encoded_text_to_latex to improve conversion of non-ASCII characters to valid latex * Fixes #102, #105, #106 Signed-off-by: Mathew W. McLean <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the toBiblatex function uses the tools::encoded_text_to_latex function, which as far as I can see makes unnecessary changes to certain letters, but I don't fully understand encoding issues by any means! In the original bib file
'é'
is simply stored as'é'
, while after importing and exporting with RefManageR it looks like"{\\a'e}"
. Is there any way to avoid this behaviour?The text was updated successfully, but these errors were encountered: