LihuaJulieZhu / GUIDEseq

A Bioconductor package for analyzing GUIDE-seq and CIRCLE-seq dataset to identify genome-wide offtargets using genome editing technology CRISPR
6 stars 6 forks source link

Replace Unicode `í` with ASCII `i` #5

Open martin-g opened 1 year ago

martin-g commented 1 year ago

The Unicode í is breaking LaTeX processing.

Apologies in advance if this is not a good fix for the problem but I don't have much experience with LaTeX and I was not able to find another one.

The Unicode í causes this error while R CMD building this Bioc package on the new Linux aarch64 builder:

Error: processing vignette 'GUIDEseq.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'GUIDEseq.tex' failed.
LaTeX errors:
! Missing \endcsname inserted.
<to be read again> 
                   \IeC 
l.631 \bibitem{Rodríguez et al., 2021}
                                       Rodríguez TC, Dadafarin S, Pratt HE,...
! Emergency stop.
<to be read again> 
                   \IeC 
l.631 \bibitem{Rodríguez et al., 2021}
                                       Rodríguez TC, Dadafarin S, Pratt HE,...
!  ==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘GUIDEseq.Rnw’

If you know of a better solution I'd be happy to test it !