Skip to content
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

RefManageR::ReadBib and RefManageR::WriteBib changes Ois{\'i}n to Ois{\a'\i}n #102

Open
jeksterslab opened this issue Jan 20, 2024 · 1 comment · May be fixed by #109 or #112
Open

RefManageR::ReadBib and RefManageR::WriteBib changes Ois{\'i}n to Ois{\a'\i}n #102

jeksterslab opened this issue Jan 20, 2024 · 1 comment · May be fixed by #109 or #112

Comments

@jeksterslab
Copy link

RefManageR::ReadBib and RefManageR::WriteBib changes Ois{\'i}n to Ois{\a'\i}n in

@Article{Ryan-Hamaker-2021,
  author = {Ois{\'i}n Ryan and Ellen L. Hamaker},
  date = {2021-06},
  journaltitle = {Psychometrika},
  title = {Time to intervene: A continuous-time approach to network analysis and centrality},
  doi = {10.1007/s11336-021-09767-0},
  number = {1},
  pages = {214--252},
  volume = {87},
  publisher = {Springer Science and Business Media {LLC}},
}

is there a way to prevent this from happening? I would appreciate some guidance on this issue.

mwmclean added a commit that referenced this issue Sep 25, 2024
* Switch from tools::encoded_text_to_latex to dplR::latexify in
toBiblatex and toBibtex to fix translation of accented i characters
to latex
* Fixes #102, #106
@mwmclean mwmclean linked a pull request Sep 25, 2024 that will close this issue
@mwmclean
Copy link
Collaborator

@jeksterslab fixed by #109 if you'd like to try it out. Thanks for your report.

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