search for: fontenc

Displaying 20 results from an estimated 46 matches for "fontenc".

2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,english]{babel} \begin{document} Для начала попыта...
2009 Apr 16
0
there are fontencoding problem in Sweave
On 4/16/2009 10:29 AM, ?????? n/a wrote: > I want write article by russian language using Sweave. For cyrillic text > LaTeX use T2A encoding > > \usepackage[T2A]{fontenc} > > But in Sweave.sty we find: > > \RequirePackage[T1]{fontenc} > > It is source of critical problem. > > For example Rnw file > > $ cat estimation.Rnw > > \documentclass[A4paper]{article} > > \usepackage[T2A]{fontenc} > \usepackage[utf8]{inputen...
2004 Dec 20
3
Sweave and LaTeX beamer class
Hi, has anyonne experienced problems between the LaTeX beamer class and Sweave? The following code does not work properly: ################################# \documentclass{beamer} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{ngerman} \begin{document} \frame{ \frametitle{test} test <<>>= 1+1 @ } \end{document} ################################# Below is the error code: ################################# loading : Context Support Macros / PDF (2004.10.26) ) (d:\programme\texmf\tex\latex\hyper...
2011 Feb 06
1
Psych can't load LaTeX entities file
...================================= --- lib/redcloth/formatters/latex_entities.yml.old 2011-02-05 12:59:03.143333338 +0100 +++ lib/redcloth/formatters/latex_entities.yml 2011-02-05 13:01:30.540000006 +0100 @@ -180,10 +180,10 @@ "8218": "," #DOUBLE LOW-9 QUOTATION MARK #requires fontenc:T1 -ldquor: ,, +ldquor: ",," #DOUBLE LOW-9 QUOTATION MARK #requires fontenc:T1 -"8222": ,, +"8222": ",," #LATIN SMALL LIGATURE FF "64256": ff #LATIN SMALL LIGATURE FI @@ -197,9 +197,9 @@ #LATIN SMALL LIGATURE FL "64258": fl #DOUBLE...
2005 Oct 31
2
Sweave (R?) font encoding problems
...; R> localeToCharset() [1] "ISO8859-1" Here is a small example trying to replicate my problems: File:exp.Rnw ================================ \documentclass[10pt,twoside]{article} \usepackage[dvips]{graphicx} \usepackage[portuges]{babel} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \begin{document} \section{Introdu????o} Isto ?? uma experi??ncia. \begin{figure}[b] \centering <<echo=false,fig=true,width=10,height=10>>= barras(1) @ \caption{Distribui????o dos valores percentuais.} \label{fig:idade} \end{figure} \end{document} =================================...
2010 Aug 19
1
texi2dvi: option "clean" also deletes the generated pdf file
...2dvi also deletes the generated .pdf file. Is there a solution? Cheers, Marius ## Example 1: texi2dvi cleans fine, without deleting the generated .pdf require(tools) sink(file="myLaTeXFile1.tex") cat("\\documentclass{article}\n") cat("\\usepackage[T1]{fontenc}\n") cat("\\usepackage[english]{babel}\n") cat("\\usepackage{blindtext}\n") cat("\\begin{document}\n") cat("\\blindtext[10]\n") cat("\\end{document}\n") sink() texi2dvi("myLaTeXFile1.tex&qu...
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...ror: Unicode char | \u8:\lst at FillFixed@\lst at EC not set up `---- There is /no problem/ when I the normal sweave-package. The relevant part of my preamble looks like this: ,---- | \documentclass[a4paper]{scrartcl} | \usepackage{scrpage2} | \usepackage[english,danish]{babel} | \usepackage[T1]{fontenc} | \usepackage[utf8]{inputenc} `---- And the "R-settings" looks like this (basically copied from the viginette): ,---- | %\usepackage[noae]{Sweave} | \SweaveOpts{keep.source=TRUE} | % ------------------------------------------------------------------------------- | <<SweaveListing...
2012 Nov 01
1
How to nicely display R code with the LaTeX package 'listings'?
...stingUtils and http://r.789695.n4.nabble.com/R-How-to-format-R-code-in-LaTex-documents-td816055.html Any suggestions, comments, or improvements are welcome. Cheers, Marius ### Version 1 ################################################################## \documentclass{scrartcl} \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{graphicx} \usepackage{fancyvrb} \usepackage{listings} \lstset{% setup listings language=R,% set programming language basicstyle=\small,% basic font style keywordstyle=\bfseries,% keyword style commentstyle=\ttfamily\itshape,% comment style num...
2013 Jan 29
1
Sweave files generating miktex errors
...(c:\miktex2.9.4757\tex\generic\oberdiek\ltxcmds.sty)))) (c:\miktex2.9.4757\tex\latex\fancyvrb\fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (c:\miktex2.9.4757\tex\latex\upquote\upquote.sty) (c:\miktex2.9.4757\tex\latex\base\fontenc.sty (c:\miktex2.9.4757\tex\latex\base\t1enc.def)) (c:\miktex2.9.4757\tex\latex\ae\ae.sty (c:\miktex2.9.4757\tex\latex\base\fontenc.sty (c:\miktex2.9.4757\tex\latex\base\t1enc.def) (c:\miktex2.9.4757\tex\latex\ae\t1aer.fd)))) ("C:\Documents and Settings\v\My Documents\testsweave.aux") (c:\...
2008 Jun 27
1
Sweave: controlling pointsize (pdf)
...d like to have the same pointsize from (not a working example) pdf(file="C:/temp/example.pdf", width=7, height=7, bg="white", pointsize=10) plot(1:10) etc.. dev.off() as \documentclass[a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[finnish]{babel} \usepackage[T1]{fontenc} \usepackage{C:/progra\string~1/R/R-26\string~1.0/share/texmf/Sweave} <<fig=TRUE, width=7, height=7>>= plot(1:10) etc.. @ \end{document} Regards Lauri
2012 Apr 04
3
Rgui maintains open file handles after Sweave error
...etboolean{Sweave at ae}{false}} \ProcessOptions \RequirePackage{graphicx,fancyvrb} \IfFileExists{upquote.sty}{\RequirePackage{upquote}}{} \ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}% \ifthenelse{\boolean{Sweave at ae}}{% \RequirePackage[T1]{fontenc} \RequirePackage{ae} }{}% \DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl} \DefineVerbatimEnvironment{Soutput}{Verbatim}{} \DefineVerbatimEnvironment{Scode}{Verbatim}{fontshape=sl} \newenvironment{Schunk}{}{} \newcommand{\Sconcordance}[1]{% \ifx\pdfo...
2005 Jun 16
1
Sweave and sideways
...figure=\count85 \c at table=\count86 \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (C:\texmf\tex\latex\sweave\Sweave.sty Package: Sweave (C:\texmf\tex\latex\base\ifthen.sty Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) ) (C:\texmf\tex\latex\base\fontenc.sty Package: fontenc 2004/02/22 v1.99f Standard LaTeX package (C:\texmf\tex\latex\base\t1enc.def File: t1enc.def 2004/02/22 v1.99f Standard LaTeX file LaTeX Font Info: Redeclaring font encoding T1 on input line 43. )) (C:\texmf\tex\latex\graphics\graphicx.sty Package: graphicx 1999/02/16 v1.0f...
2011 Apr 09
1
Trouble with Sweave and Beamer
...%%%%%%%%%%%%% \documentclass{beamer} \usetheme{Darmstadt} \usefonttheme[onlylarge]{structurebold} \setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries} \setbeamertemplate{navigation symbols}{} % Standard packages \usepackage[english]{babel} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{Sweave} % The main document \begin{document} \setlength{\unitlength}{\textwidth} % measure in textwidths \begin{frame}[t]{Data Representation and Analysis} <<echo=TRUE>>= x <- rnorm(100) xm <- mean(x) xm @ \end{frame}
2008 Oct 31
1
Problems with Sweave and pdf.options(encoding="ISOLatin7") (PR#13234)
...After Sweaving the file below, pdflatex and latex->dvips->ps2pdf will produce different pdfs. The tex file compiled succesfully in Ubuntu 8.04, and TeXLive 2007. Sincerely yours, Vaidotas Zemlys test.Rnw file: \documentclass[a4paper]{article} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \title{Problem with pdf.options} \author{Vaidotas Zemlys} \begin{document} \maketitle Note the Lithuanian letters in latex will not display correctly, you need additional package. This does not matter to R, since we use Unicode and pass the correct encoding. \begin{center} <<fig=TRUE,ech...
2010 May 28
1
Does Sweave run in the global environment ?
...t seems that sweave always runs in the global environment. I want to run sweave from within a function, and pass a variable into sweave, however when I do this, sweave doesn't see the variable. Here's my example test_sweave.Rnw file |% \documentclass[a4paper]{article} \usepackage[OT1]{fontenc} \usepackage{Sweave} \begin{document} \title{Test Sweave Document} \author{Paul Hurley} \maketitle <<>>= if(exists("foo")){print(foo)} ls() Sys.time() @ \end{document} | If I run this code; |testFoo<-function(){ foo<-"My Test String" Sweave(...
2014 Jun 04
1
Package keyval Error: noupquote undefined
...e/texmf-texlive/tex/latex/base/alltt.sty) (/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty) (/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty) (/usr/share/texmf-texlive/tex/latex/base/textcomp.sty (/usr/share/texmf-texlive/tex/latex/base/ts1enc.def)) (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty (/usr/share/texmf-texlive/tex/latex/base/t1enc.def)) (/usr/share/texmf-texlive/tex/latex/psnfss/times.sty) (/usr/share/texmf-texlive/tex/latex/inconsolata/inconsolata.sty (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty) ! Package keyval Error: noupquote undefined. See the keyval packa...
2004 Nov 09
1
Package Documentation, cryptic
...gtable.sty) (/usr/local/TeX/texmf/tex/latex/tools/bm.sty) (/usr/local/TeX/texmf/tex/latex/base/alltt.sty) (/usr/local/TeX/texmf/tex/latex/tools/verbatim.sty) (/usr/local/TeX/texmf-local/tex/latex/html/url.sty) (/usr/local/TeX/texmf/tex/latex/upquote/upquote.sty) (/usr/local/TeX/texmf/tex/latex/base/fontenc.sty (/usr/local/TeX/texmf/tex/latex/base/t1enc.def)) (/usr/local/TeX/texmf/tex/latex/ae/ae.sty (/usr/local/TeX/texmf/tex/latex/base/fontenc.sty (/usr/local/TeX/texmf/tex/latex/base/t1enc.def) (/usr/local/TeX/texmf/tex/latex/ae/t1aer.fd))) (/usr/local/TeX/texmf/tex/latex/ae/t1aett.fd) (/usr/local/Te...
2004 Nov 09
1
Package Documentation, cryptic
...gtable.sty) (/usr/local/TeX/texmf/tex/latex/tools/bm.sty) (/usr/local/TeX/texmf/tex/latex/base/alltt.sty) (/usr/local/TeX/texmf/tex/latex/tools/verbatim.sty) (/usr/local/TeX/texmf-local/tex/latex/html/url.sty) (/usr/local/TeX/texmf/tex/latex/upquote/upquote.sty) (/usr/local/TeX/texmf/tex/latex/base/fontenc.sty (/usr/local/TeX/texmf/tex/latex/base/t1enc.def)) (/usr/local/TeX/texmf/tex/latex/ae/ae.sty (/usr/local/TeX/texmf/tex/latex/base/fontenc.sty (/usr/local/TeX/texmf/tex/latex/base/t1enc.def) (/usr/local/TeX/texmf/tex/latex/ae/t1aer.fd))) (/usr/local/TeX/texmf/tex/latex/ae/t1aett.fd) (/usr/local/Te...
2015 Jan 08
2
latex warning
.../texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/home/travis/R-bin/texlive/texmf-dist/tex/latex/url/url.sty) (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/textcomp.sty (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/fontenc.sty (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/home/travis/R-bin/texlive/texmf-dist/tex/latex/psnfss/times.sty)) (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/inputenc.sty (/home/travis/R-bin/texlive/texmf-dist/tex/latex/base/utf8.def (/home/travis/R-bin/texlive/tex...
2009 Jun 26
0
Modifying Sweave.sty to allow escapes with fancyvrb package in LaTeX
...\setboolean{Sweave at gin}{false}} \DeclareOption{noae}{\setboolean{Sweave at ae}{false}} \ProcessOptions \IfFileExists{upquote.sty}{\RequirePackage{upquote}}{} \ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}% \ifthenelse{\boolean{Sweave at ae}}{% \RequirePackage[T1]{fontenc} \RequirePackage{ae} }{}% %\DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl} \DefineVerbatimEnvironment{Sinput}{Verbatim}{formatcom=\lstset{fancyvrb=true},commandchars=\\\{\}} \DefineVerbatimEnvironment{Soutput}{Verbatim}{} \DefineVerbatimEnvironment{Scode}{Verbatim}{fontshape=sl} \ne...