Displaying 20 results from an estimated 27 matches for "xelatex".
2014 Sep 10
1
xelatex does not work on centos 7
Hi there,
I tried to compile some trivial LaTeX file with the shipped XeLaTeX:
$ xelatex trivial.tex
This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013)
restricted \write18 enabled.
kpathsea: Running mktexfmt xelatex.fmt
/usr/bin/mktexfmt: line 395:
/usr/share/texlive/texmf/texconfig/tcfmgr: No such file or directory
fmtutil: config file `fmtutil.cnf' not fo...
2011 Apr 14
0
tikzDevice 0.6.0
...ures. The full power of LaTeX is available for typesetting text and
mathematical expressions inside figures produced using the tikzDevice.
Over 80 commits have occurred since the release of 0.5.3 which have
added exciting new features to the device. The most important addition
is 0.6.0 is that the XeLaTeX compiler is officially supported.
Compared to the PdfTeX engine, XeTeX has native support for Unicode
which we hope will make the package more useful for producing graphics
that contain text in languages?outside?the ASCII symbol table. 0.6.0
also provides support for including raster imagry in grap...
2011 Apr 14
0
tikzDevice 0.6.0
...ures. The full power of LaTeX is available for typesetting text and
mathematical expressions inside figures produced using the tikzDevice.
Over 80 commits have occurred since the release of 0.5.3 which have
added exciting new features to the device. The most important addition
is 0.6.0 is that the XeLaTeX compiler is officially supported.
Compared to the PdfTeX engine, XeTeX has native support for Unicode
which we hope will make the package more useful for producing graphics
that contain text in languages?outside?the ASCII symbol table. 0.6.0
also provides support for including raster imagry in grap...
2010 May 20
2
Sweave and uttf-8 under Windows XP
...Staats.angeh??"
>
My first idea was to run Sweave like Sweave(file("Bericht.Rnw",
encoding="UTF-8")), but Sweave seems to expect a file name as a
character rather a connection. The Rnw and csv file were created under
Linux in a UTF-8 locale and were further processed by xelatex.
Are there any ideas to get Sweave working? I would be nice when the
file encoding can be left in UTF-8.
Thanks, Sven
2017 Sep 06
4
post_processor in rmarkdown not working
...output_file
}
output_format(
knitr = knitr_options(
opts_knit = list(
width = 60,
concordance = TRUE
),
opts_chunk = opts_chunk,
knit_hooks = knit_hooks
),
pandoc = pandoc_options(
to = "latex",
latex_engine = "xelatex",
args = args,
keep_tex = keep_tex
),
post_processor = post_processor,
clean_supporting = !keep_tex
)
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics &...
2014 Dec 09
2
UTF8 markdown vignette
...has
VignetteBuilder: knitr
Suggests: knitr
Imports: rmarkdown
The markdown vignette YAML contains
vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\VignetteIndexEntry{The title}
\usepackage[utf8]{inputenc}
The custom output style converts the markdown to beamer with the --latex-engine = xelatex flag.
The vignette in tar.gz passes R --vanilla CMD check --timings --as-cran
* checking files in 'vignettes' ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ...
'mar...
2010 Jun 16
5
Latex and r
...texlive/2009/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/local/texlive/2009/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(/usr/local/texlive/2009/texmf-dist/tex/xelatex/xetexconfig/geometry.cfg))
No file file587f83cb.aux.
*geometry auto-detecting driver*
*geometry detected driver: dvips*
Overfull \hbox (1.14412pt too wide) in paragraph at lines 9--23
[]
[1] (./file587f83cb.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
)...
2017 Jan 13
3
input en markdown
Hola lista:
Una duda rápida (espero).
¿Se puede hacer un "inlcude" o un "input" en markdown?
sin emplear Rmarkdown o knitr.... solo puro markdown, de modo que por
ejemplo github lo interprete o un visor básico de markdown.
la idea es q un file muestre(contenga) todo pero tener la info
distribuida en varios files.
Gracias.
--
Antonio Maurandi López
Sec. Apoyo
2017 Jan 13
2
input en markdown
...ando un guión en Bash que llama a Pandoc y a
> los distintos ficheros que quiero incluir, algo así:
>
> ------------ Guión ---------------
> $ cat ~/Proyectos/Varios/banda_de_rock/Crea_trabajo.sh
> #!/bin/bash
>
> SALIDA="Trabajo_final"
>
> pandoc --latex-engine=xelatex \
> --filter pandoc-citeproc \
> --from=markdown+yaml_metadata_block \
> -V documentclass:article \
> -V papersize:a4paper \
> -o ${SALIDA}.pdf \
> 00_Esqueleto.md \
> Capitulos/Descripcion_banda.md \
> Capitulos/Ritmo.md \
> Capitulos/Armonia_m...
2017 Sep 07
0
post_processor in rmarkdown not working
...knitr_options(
> opts_knit = list(
> width = 60,
> concordance = TRUE
> ),
> opts_chunk = opts_chunk,
> knit_hooks = knit_hooks
> ),
> pandoc = pandoc_options(
> to = "latex",
> latex_engine = "xelatex",
> args = args,
> keep_tex = keep_tex
> ),
> post_processor = post_processor,
> clean_supporting = !keep_tex
> )
>
>
>
> ir. Thierry Onkelinx
> Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
> Forest
>...
2017 Sep 07
0
post_processor in rmarkdown not working
...ions(
> opts_knit = list(
> width = 60,
> concordance = TRUE
> ),
> opts_chunk = opts_chunk,
> knit_hooks = knit_hooks
> ),
> pandoc = pandoc_options(
> to = "latex",
> latex_engine = "xelatex",
> args = args,
> keep_tex = keep_tex
> ),
> post_processor = post_processor,
> clean_supporting = !keep_tex
> )
>
>
>
> ir. Thierry Onkelinx
> Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
> F...
2014 Dec 09
2
UTF8 markdown vignette
...r
> Imports: rmarkdown
>
> The markdown vignette YAML contains
> vignette: >
> %\VignetteEngine{knitr::rmarkdown}
> %\VignetteIndexEntry{The title}
> \usepackage[utf8]{inputenc}
>
> The custom output style converts the markdown to beamer with the --latex-engine = xelatex flag.
>
> The vignette in tar.gz passes R --vanilla CMD check --timings
> --as-cran
>
> * checking files in 'vignettes' ... OK
> * checking for unstated dependencies in vignettes ... OK
> * checking package vignettes in 'inst/doc' ... OK
> * checking running...
2014 Dec 09
4
UTF8 markdown vignette
...vignette YAML contains
>>> vignette: >
>>> %\VignetteEngine{knitr::rmarkdown}
>>> %\VignetteIndexEntry{The title}
>>> \usepackage[utf8]{inputenc}
>>>
>>> The custom output style converts the markdown to beamer with the --latex-engine = xelatex flag.
>>>
>>> The vignette in tar.gz passes R --vanilla CMD check --timings
>>> --as-cran
>>>
>>> * checking files in 'vignettes' ... OK
>>> * checking for unstated dependencies in vignettes ... OK
>>> * checking package vignet...
2017 Sep 07
3
post_processor in rmarkdown not working
...>> width = 60,
>> concordance = TRUE
>> ),
>> opts_chunk = opts_chunk,
>> knit_hooks = knit_hooks
>> ),
>> pandoc = pandoc_options(
>> to = "latex",
>> latex_engine = "xelatex",
>> args = args,
>> keep_tex = keep_tex
>> ),
>> post_processor = post_processor,
>> clean_supporting = !keep_tex
>> )
>>
>>
>>
>> ir. Thierry Onkelinx
>> Instituut voor natuur- en bosonderzoek /...
2014 Dec 09
0
UTF8 markdown vignette
...> Imports: rmarkdown
>
> The markdown vignette YAML contains
> vignette: >
> %\VignetteEngine{knitr::rmarkdown}
> %\VignetteIndexEntry{The title}
> \usepackage[utf8]{inputenc}
>
> The custom output style converts the markdown to beamer with the --latex-engine = xelatex flag.
>
> The vignette in tar.gz passes R --vanilla CMD check --timings --as-cran
>
> * checking files in 'vignettes' ... OK
> * checking for unstated dependencies in vignettes ... OK
> * checking package vignettes in 'inst/doc' ... OK
> * checking running R...
2013 Jul 05
0
Alternativas a pgfSewave
...icio -a fin de cuentas es
usar R dentro de unos entornos bien definidos y añadir alguna opción
especifica primero-, depende más de la complejidad de tu documento y del
lenguaje que emplees en él.
Por cierto, si tienes intención de usar LateX e imágenes TikZ, parece
que Knitr prefiere el uso de XelateX. Yo todavía no he peleado con eso
pero los gráficos han pasado de quedarme bien con pgfSweave a salir la
tipografía inmensa en relación al gráfico.
> Saludos
>
> Fernando
Suerte y ya nos contarás.
Salud y Revolución.
Lobo.
--
Libertad es poder elegir en cualquier momento. Ahora yo e...
2017 Sep 07
0
post_processor in rmarkdown not working
...? ? ? ? ?concordance = TRUE
> ? ? ? ?),
> ? ? ? ?opts_chunk = opts_chunk,
> ? ? ? ?knit_hooks = knit_hooks
> ? ? ?),
> ? ? ?pandoc = pandoc_options(
> ? ? ? ?to = "latex",
> ? ? ? ?latex_engine = "xelatex",
> ? ? ? ?args = args,
> ? ? ? ?keep_tex = keep_tex
> ? ? ?),
> ? ? ?post_processor = post_processor,
> ? ? ?clean_supporting = !keep_tex
> ? ?)
>
>
>
> ir. Thierry Onkelinx
> Instituut v...
2017 Sep 07
2
post_processor in rmarkdown not working
...;> ? ? ? ?),
>> ? ? ? ?opts_chunk = opts_chunk,
>> ? ? ? ?knit_hooks = knit_hooks
>> ? ? ?),
>> ? ? ?pandoc = pandoc_options(
>> ? ? ? ?to = "latex",
>> ? ? ? ?latex_engine = "xelatex",
>> ? ? ? ?args = args,
>> ? ? ? ?keep_tex = keep_tex
>> ? ? ?),
>> ? ? ?post_processor = post_processor,
>> ? ? ?clean_supporting = !keep_tex
>> ? ?)
>>
>>
>>
>> i...
2013 Jul 05
4
Alternativas a pgfSewave
Me interesa este tema.
Estoy empezando ahora a ver el tema de armar documentos directamente con
R y no estoy seguro en dónde me centro.
Por lo que veo sweave y knitr son las dos grandes alternativas (de echo,
no se siquiera si no son compatibles o complementarias).
Para quien arranca en este tema y que pretende continuar sobre el mismo,
que recomiendan, arrancar por sweave o por knitr?
2014 Dec 09
0
UTF8 markdown vignette
...t;
>> The markdown vignette YAML contains
>> vignette: >
>> %\VignetteEngine{knitr::rmarkdown}
>> %\VignetteIndexEntry{The title}
>> \usepackage[utf8]{inputenc}
>>
>> The custom output style converts the markdown to beamer with the --latex-engine = xelatex flag.
>>
>> The vignette in tar.gz passes R --vanilla CMD check --timings
>> --as-cran
>>
>> * checking files in 'vignettes' ... OK
>> * checking for unstated dependencies in vignettes ... OK
>> * checking package vignettes in 'inst/doc' .....