Displaying 20 results from an estimated 7000 matches similar to: "LyX 1.4.3-5 problem generating PDF documents"
2005 Jul 27
4
LyX and Sweave
>>>>> On Mon, 25 Jul 2005 14:12:41 +0200,
>>>>> Gorjanc Gregor (GG) wrote:
> Hello R-users!
> I have tried to use Sweave within LyX* and found two ways to accomplish
> this. I have attached LyX source file for both ways as well as generated
> PDFs.
I have copied Gregor's files at
http://www.ci.tuwien.ac.at/~leisch/Sweave/LyX
for those who
2009 Jun 12
2
Sweave recode(car) and Lyx, compiling but not executing on Mac
I am just beginning to use Sweave with Lyx on a Mac (R2.8.1). I have
12 chunks of Sweave code that work fine, but this piece:
<<>>=
library(car)
2020 Jan 24
2
Centos 7 Lyx - installing templates and class files
I'm not kind of an expert using Lyx, but I occasionally do some "structured writing" and on those occasions I've really enjoyed using Lyx; the workflow and the output just can't be beat.
I'm enough of a novice with it that I've never used anything other than the "Article (Standard Class)" document class.
I wrote a short paper using Lyx and the
2020 Jan 25
1
Centos 7 Lyx - installing templates and class files
On Fri, 24 Jan 2020 17:02:20 -0500
Noam Bernstein via CentOS wrote:
> Can you use
> yum whatprovides FILE_GLOB
> to figure out which package provides the particular class files that seem
> relevant?
It appears that most of the class files don't exist in the form of a rpm. In fact, some of this stuff doesn't seem to be downloadable as a .cls file (which is the format that lyx
2012 Dec 16
1
lyx knitr y toLatex
Hola.
Estoy utilizando lyx con el módulo de knitr y tengo un problemilla con
la función toLatex del paquete memisc.
Pongo un ejemplo mejor.
En Rstudio lo puedo hacer como sigue en un fichero Rnw. y la tabla en el
pdf aparece alineada en el pdf.
\documentclass{article}
\usepackage{booktabs}
\usepackage{dcolumn}
\begin{document}
<<>>=
library(memisc)
X1 <- rnorm(1000)
X2 <-
2005 Jul 25
1
FW: LyX and Sweave
Hello R-users!
I have tried to use Sweave within LyX* and found two ways to accomplish
this. I have attached LyX source file for both ways.
*<http://www.lyx.org>
Lep pozdrav / With regards,
Gregor Gorjanc
----------------------------------------------------------------------
University of Ljubljana
Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan
Zootechnical
2010 Dec 13
2
Integration with LaTex and LyX
Hello,
Are there any packages which allow for a good integration between R and
LaTex / LyX? I'm interested mainly in automatic (automagic?) imports of
plots/graphics.
Thanks in advance and best regards,
Eduardo de Oliveira Horta
[[alternative HTML version deleted]]
1999 Oct 06
1
R graphics & lyx
hello all,
I get problems including graphics from R (0.64) into lyx (1.0.2).
I don't understand the difference between .eps and .ps but I think the
problem must be here. Does anyone can help ?
thanks,
Mathieu
--
-----------------------------------------------------------------------
Mathieu Ros - 13 rue beviere - 38000 GRENOBLE - 04 76 491 370
2010 Dec 07
5
LaTeX, MiKTeX, LyX: A Guide for the Perplexed
Hello Everyone,
Been learning R over the past several months. Read several books and have learned a great deal about data manipulation, statistical analysis, and graphics.
Now I want to learn how to make nice looking documents and about "literate programming." My understanding is that R users normally do this using LaTeX, MiKTeX, LyX, etc. in conjuction with Sweave. An alternative
2009 Nov 10
1
R echo code chunk runs off the page using Lyx and Sweave
I am not really sure where in the interactions this is handled, but I
would like to keep echo-ed R code chunks from running past the right
margin and off the page. I started with R and options(width=n), but
this does not seem to do anything (in the context of a document -- line
command works just fine). I have beating my head against different Lyx
document settings without anything to
2008 Jul 16
1
need texlive & lyx-1.55 for Centos 5.2
Today I installed the newest Centos I could find and encountered the
old software problem. I couldn't find any third party repositories
that have TexLive to replace tetex. Ii tried the Fedora version, but
it calls for a different libpoppler. LyX in Centos is aged as well.
As far as I can tell, rpmfusion will provide these things, but its
confiig page still says 'not ready.' I
2008 Oct 20
1
How Can I Install Foxit In Wine (Ubuntu)?
When I try to install Foxit Reader in Wine in ubuntu 8.04, the installation window appears for 4 seconds then completely disappears. It doeesn't install at all. I have the latest Wine version, FYI. And, I know there are people out there who have successfully installed foxit. How can I properly install Foxit without any installation problems?
.
2007 Mar 19
2
foxit reader
Hello!
I've been trying to use Foxit Reader with wine, however it does not
work.
I followed the instruction and the installation went fine, but whe I
try to open Foxit (wine ./Foxit\ Reader.exe) I get this error:
wine: Unhandled page fault on read access to 0x047fd970 at address
0x7e4fc601 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x047fd970 in
2008 Sep 12
1
sink file type and Latex (Lyx)
Does anyone know what file type sink is outputting to? I've been
reverting output from R using sink and wanted to add it to my Appendix
in LaTex (Lyx) using "Verbatiminput". However, I get an error message as
LaTex is expecting an ASCII file.
Can I set sink somehow to ASCII or is there another option?
Thanks Joanne
2011 Nov 17
1
White lines on persp plots in pdf format
Hi,
I am using the persp function to plot 3D surfaces, but the plots have
"little white lines" when I print them to a pdf file (visible in
Acrobat, Foxit, Evince, Xpdf and Gimp). This does not happen when I
create png or tiff images. Here is some sample code:
pdf("test.pdf")
x <- seq(0,1,length=101)
f <- dnorm(x, 0, 0.25)
z <- c()
for(i in 1:100) z <-
2011 Oct 21
1
Wine apps crash
I am running Ubuntu 10.10 and Wine 1.3. For no reason that I know of a couple of apps that had been running fine wouldn't start. I restarted the wine server, rebooted and nothing worked. The apps are Foxit Reader and Foxit Phantom. Oddly, the Googleearth 6.0 was starting and running fine. I tried Winecfg, moving my .wine directory and creating a new one and nothing worked. I eventually
2010 Apr 08
1
texi2dvi runs but produces no output
I am working on a Windows XP machine with R 2.10.1 and a recent
installation of MiKTeX 2.8. I use LyX (www.lyx.org) to write documents
and have it set up to run Sweave, Stangle, and make the PDF through R
using a batch script and a MakeSweave.R file. This system worked just
fine until I ran some MiKTeX updates yesterday. This is a bit
embarrassing as I helped produce a "How-to" guide to
2010 May 12
1
Input encoding problem when using sweave with xetex
Hello
Because I want to use different true type fonts with latex, I''m using the
XeTeX typesetting engine for my sweave-documents. I''m using Lyx with Sweave
on a Windows 7 PC and have set up LyX to work with XeTeX according to the
following instructions:
http://wiki.lyx.org/LyX/XeTeX
Because the input file for XeTeX is assumed to be in UTF-8 encoding, I set
the encoding
2012 Feb 14
3
configure lyx2.0.2 with sweave in windows 32 bit.
I am using R 2.14.1. I am trying to configure Lyx with Sweave. I have read
articles but I found none to be complete and I cannot import sweave
document in lyx . Can anyone please help me with a stepwise procedure how to
configure Lyx with Sweave so that I can run my R-code chunks from LYX ,the
output being a pdf.?
Thanks in advance.
-Atanu
--
View this message in context:
2012 Sep 09
4
[PATCH] virtio-spec: serial: english tweak
"A number of virtqueues are created" seems clearer
than "the number of virtqueues": it's
virtqueues that are created not the number.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
I'm not a native english speaker but the below
seems correct to me. Rusty?
virtio-spec.lyx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git