Questions tagged [lyx]

Lyx is a multi-platform document processor that serves as a frontend to the LaTeX typesetting environment.

LyX is a document processor that encourages an approach to writing based on the structure of your documents (What You See Is What You Mean) and not simply their appearance (What You See Is What You Get).

LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface. This results in world-class support for creation of mathematical content (via a fully integrated equation editor) and structured documents like academic articles, theses, and books. In addition, staples of scientific authoring such as reference list and index creation come standard. But you can also use LyX to create a letter or a novel or a theatre play or film script. A broad array of ready, well-designed document layouts are built in.

LyX is for people who want their writing to look great, right out of the box. No more endless tinkering with formatting details, “finger painting” font attributes or futzing around with page boundaries. You just write. On screen, LyX looks like any word processor; its printed output — or richly cross-referenced PDF, just as readily produced — looks like nothing else.

LyX is released under a Free Software/Open Source license, runs on Linux/Unix, Windows, and Mac OS X, and is available in several languages.

201 questions
0
votes
0 answers

Keep format of java eclipse code in LYX

Is there any software I could use in Eclipse where I can transfer the format of my code just as it is into Lyx ? I am using Java and the default format in Lyx is not as I expected and it says the code is too long so it throws exception in Lyx.
Fendrix
  • 556
  • 2
  • 11
  • 34
0
votes
0 answers

compiling pdflatex using knitr error

I have installed Lyx 2.0.5 and have Miktex 2.9 installed running in Win 7.0 as well as R Ver 2.15 I have installed knitr in R with simple code <<>>= 1+1 @ and can use View DVI to produce a file in Yak When I try and use "eyes" on the…
0
votes
1 answer

Turn Off Caching With (LyX + knitr + R)

Can anybody help me understand how to turn off caching in LyX/knitr when I submit the following type of function calls to R via knitr: \Sexpr{rnorm(1, 6, 1.1)} or in a chunk: <>= rnorm(1, 6, 1.1) @ Each time I process the…
g5m
  • 21
  • 2
0
votes
1 answer

Syntax highlighting Javascript in LyX, insert child -> program listing

Im writing my masters thesis, which includes alotta javascript. Im including it as a child file, as a program listing with the following options: breaklines=true captionpos=b frame=tb language=Python There is no javascript language/listing file,…
Erik Wendel
  • 91
  • 2
  • 9
-1
votes
1 answer

R error with Knitr in Lyx

This is the code I am using, which runs fine in Rstudio a1 <- matrix(c(1601, 162527, 510, 412368), nrow=2, byrow=T) chisq.test(a1, correct=F) This is the error I get ! Undefined control sequence. ^^M##^^M## Pearson' s Chi-squared…
Saber CN
  • 765
  • 1
  • 6
  • 7
-3
votes
2 answers

Insert Code in LyX

does anybody know how to insert code into lyx? just like what is available here? I want to have a code like this .
Computer_guy
  • 807
  • 2
  • 11
  • 19
1 2 3
13
14