Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
On Monday, March 19, 2018, 3:41:50 PM CDT, Andras Simon wrote: 2018-03-19 19:07 GMT+01:00, François Patte : > > Here is MWE: > > \documentclass[11pt,a4paper]{article} > > \usepackage{fontspec} > \newfontfamily{\uni}{Unifont} > > \begin{document} > > {\uni% > \symbol{"26BD} > } > > \en

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Andras Simon
2018-03-19 20:08 GMT+01:00, Antonio Olivares : > Thanks for helping me. I am close but I get error: [...] dnf install unifont-font (as root) will solve this problem. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Andras Simon
2018-03-19 19:07 GMT+01:00, François Patte : > > Here is MWE: > > \documentclass[11pt,a4paper]{article} > > \usepackage{fontspec} > \newfontfamily{\uni}{Unifont} > > \begin{document} > > {\uni% > \symbol{"26BD} > } > > \end{document} > > This suppose that you have the unifont.ttf installed on your

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
On Monday, March 19, 2018, 1:08:26 PM CDT, François Patte wrote: Le 19/03/2018 à 17:01, Antonio Olivares a écrit : > On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte > wrote: > > > Le 19/03/2018 à 15:12, Antonio Olivares a écrit : > >> Dear fellow fedora users, >> >> In

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread François Patte
Le 19/03/2018 à 17:01, Antonio Olivares a écrit : > On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte > wrote: > > > Le 19/03/2018 à 15:12, Antonio Olivares a écrit : > >> Dear fellow fedora users, >> >> In including a soccer ball character in Unicode, I have found >> >> https://www.fi

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
On Monday, March 19, 2018, 12:18:11 PM CDT, Antonio Olivares wrote: On Monday, March 19, 2018, 12:05:06 PM CDT, Andras Simon wrote: 2018-03-19 17:01 GMT+01:00, Antonio Olivares : >    On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte > wrote: > >  Le 19/03/2018

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
On Monday, March 19, 2018, 12:05:06 PM CDT, Andras Simon wrote: 2018-03-19 17:01 GMT+01:00, Antonio Olivares : >    On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte > wrote: > >  Le 19/03/2018 à 15:12, Antonio Olivares a écrit : >> Dear fellow fedora users, >> >> In includi

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Andras Simon
2018-03-19 17:01 GMT+01:00, Antonio Olivares : >On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte > wrote: > > Le 19/03/2018 à 15:12, Antonio Olivares a écrit : >> Dear fellow fedora users, >> >> In including a soccer ball character in Unicode, I have found >> >> https://www.fileform

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
On Monday, March 19, 2018, 10:04:26 AM CDT, François Patte wrote: Le 19/03/2018 à 15:12, Antonio Olivares a écrit : > Dear fellow fedora users, > > In including a soccer ball character in Unicode, I have found > > https://www.fileformat.info/info/unicode/char/26bd/index.htm > > And it

Re: include unicode chars in TeX/LaTeX documents

2018-03-19 Thread François Patte
Le 19/03/2018 à 15:12, Antonio Olivares a écrit : > Dear fellow fedora users, > > In including a soccer ball character in Unicode, I have found > > https://www.fileformat.info/info/unicode/char/26bd/index.htm > > And it works.  I try to include in latex document and the character does > not show

include unicode chars in TeX/LaTeX documents

2018-03-19 Thread Antonio Olivares
Dear fellow fedora users, In including a soccer ball character in Unicode, I have found https://www.fileformat.info/info/unicode/char/26bd/index.htm And it works.  I try to include in latex document and the character does not show up.  I have tried different variations after \documentclass{ar