Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Aug 2016 14:35:16 +0200 Markus Heiser escreveu: > Am 16.08.2016 um 14:16 schrieb Mauro Carvalho Chehab > : > > ... > > The only issue there was the name of the math extension, with is also > > sphinx.ext.pngmath. On a plus side, I was also able to remove one of the > > hacks, by appl

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Aug 2016 13:48:13 +0200 Markus Heiser escreveu: > Am 16.08.2016 um 13:03 schrieb Mauro Carvalho Chehab > : > > > Em Tue, 16 Aug 2016 06:36:05 -0300 > > Mauro Carvalho Chehab escreveu: > > > > 2) the Latex auto-generated Makefile is hardcoded to use pdflatex. So, > > I had to manual

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Markus Heiser
Am 16.08.2016 um 14:16 schrieb Mauro Carvalho Chehab : ... > The only issue there was the name of the math extension, with is also > sphinx.ext.pngmath. On a plus side, I was also able to remove one of the > hacks, by applying the enclosed patch (this doesn't work on 1.4 yet - > I suspect it req

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Aug 2016 08:03:38 -0300 Mauro Carvalho Chehab escreveu: > Em Tue, 16 Aug 2016 06:36:05 -0300 > Mauro Carvalho Chehab escreveu: > Did some tests on Jessie. texlive required 219 packages there, 771MB. ... > There are 2 issues there that are easy to solve, but would require some > ext

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Markus Heiser
Am 16.08.2016 um 13:03 schrieb Mauro Carvalho Chehab : > Em Tue, 16 Aug 2016 06:36:05 -0300 > Mauro Carvalho Chehab escreveu: > > 2) the Latex auto-generated Makefile is hardcoded to use pdflatex. So, > I had to manually replace it to xelatex. One easy solution would be to > not use Make -C $BU

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Aug 2016 06:36:05 -0300 Mauro Carvalho Chehab escreveu: > Em Tue, 16 Aug 2016 10:27:34 +0200 > Markus Heiser escreveu: > > > Am 15.08.2016 um 23:21 schrieb Mauro Carvalho Chehab > > : > > > > > pdflatex doesn't accept using some UTF-8 chars, like > > > "equal or less than" or "eq

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Aug 2016 10:27:34 +0200 Markus Heiser escreveu: > Am 15.08.2016 um 23:21 schrieb Mauro Carvalho Chehab > : > > > pdflatex doesn't accept using some UTF-8 chars, like > > "equal or less than" or "equal or greater than" chars. However, > > the media documents use them. So, we need to u

Re: [PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-16 Thread Markus Heiser
Am 15.08.2016 um 23:21 schrieb Mauro Carvalho Chehab : > pdflatex doesn't accept using some UTF-8 chars, like > "equal or less than" or "equal or greater than" chars. However, > the media documents use them. So, we need to use XeLaTeX for > conversion, and a font that accepts such characters. Rig

[PATCH RFC v2 3/9] docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

2016-08-15 Thread Mauro Carvalho Chehab
pdflatex doesn't accept using some UTF-8 chars, like "equal or less than" or "equal or greater than" chars. However, the media documents use them. So, we need to use XeLaTeX for conversion, and a font that accepts such characters. Signed-off-by: Mauro Carvalho Chehab --- Documentation/Makefile.s