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
7
votes
3 answers

Insert video clip in a lyx presentation and play it in GNU/Linux

How can I insert a video clip into a presentation created in Lyx? Have seen http://www.latex-community.org/forum/viewtopic.php?f=19&t=48. It works, but there the video starts in the background in an external player. I would prefer it to be played in…
Orjanp
  • 10,641
  • 12
  • 36
  • 39
7
votes
1 answer

Has anyone tried literate programming for C#, with Lyx and noweb

I came across this blog post yesterday, and it once again made me want to give literate programming a try. Has anyone else tried doing literate programming for C#? I'm wondering about trying Lyx + noweb, but wondered if you might have other…
Benjol
  • 63,995
  • 54
  • 186
  • 268
7
votes
1 answer

troubles with \toprule and \midrule in siunitx table

Having the following siunitx table code in LyX, for each occurrence of \toprule and \midrule I obtain an error message: The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g.,…
Germano Massullo
  • 2,572
  • 11
  • 40
  • 55
7
votes
3 answers

knitr installation in Lyx

I was trying to install Knitr package in Lyx but I encountered the following error. "The module knitr requires a package that is not available in your Latex installation or a converter that you have not installed. Latex output may not be possible.…
Metrics
  • 15,172
  • 7
  • 54
  • 83
6
votes
1 answer

How to vertically align multiple tables or graphics in Lyx

What I wanted to do is that I had multiple tables and/or images of different heights and wanted them positioned on the page side by side, so that the tops of the objects were aligned. I couldn't figure this out, it didn't matter whether I put these…
Michael Konečný
  • 1,696
  • 1
  • 16
  • 20
6
votes
4 answers

How to add a (large) code appendix in LaTeX / LyX?

I'd like to add a code appendix to my LyX document. There are a few options I already considered, but they all have their problems. I know a bit about listings, but one problem with those is that, if I copy & paste my code into them, I lose all…
GroovyPanda
  • 3,694
  • 8
  • 31
  • 42
6
votes
1 answer

Changing the page margin in LyX

does anyone knows how is it possible to the change the margines of a page in LyX? thanks
Hossein
  • 40,161
  • 57
  • 141
  • 175
6
votes
2 answers

What are the .lyx~ files for?

What are the .Lyx~ files that Lyx is saving near my normal files for? They don't seem to be temp files as these are marked #*.lyx#, and they don't go away.
Nescio
  • 513
  • 4
  • 13
6
votes
1 answer

Synonym suggestion in LyX

Is there any package for the LyX to give synonym suggestion for words like what Microsoft Word does? Quick solution --> Download .dat and .idx files of your preferred thesaurus at Here! put them in a folder. From Tool>Preferences>paths set the…
Computer_guy
  • 807
  • 2
  • 11
  • 19
5
votes
1 answer

How to setup R with LyX?

I wish to setup R with LyX. Going through the web I found many resources. The "official" text doesn't seem to be the most up to date: http://wiki.lyx.org/LyX/LyxWithRThroughSweave I followed most of the steps here: …
Tal Galili
  • 24,605
  • 44
  • 129
  • 187
5
votes
3 answers

Writing Formula Sheets (Cheat Sheet) in LyX / LaTeX

I'm interested in writing a formula sheet for an upcoming exam in Physics. I want to create something similar to this. I have the sources, however, I can't understand what's going on over there, and I can't seem to render it using LyX. I have used…
Amir Rachum
  • 76,817
  • 74
  • 166
  • 248
5
votes
1 answer

How to convert Lyx knitr to R markdown

I often use knitr in Lyx to be able to write WYSIWYG LATEX equations. After I'm done, it would be nice to be able to convert the whole thing into R Markdown. Is there an easy way to do this? I tried this:…
bramtayl
  • 4,004
  • 2
  • 11
  • 18
5
votes
1 answer

Display frame around an expression in LyX (/LaTeX)

Is it possible to draw a frame around an expression? For example if I presented a calculation, I want to draw attention to the result by drawing a "box" around it. I've seen it done in some articles in LaTeX. Is it possible to do in LyX without…
Amir Rachum
  • 76,817
  • 74
  • 166
  • 248
5
votes
3 answers

subscript for a join (\bowtie) operation in LyX/LaTeX

I'm using LyX to write some Relational Algebra queries. I'm using the \bowtie symbol for the join operation but when I try to put a text in subscript directly under the symbol, I get the following…
Amir Rachum
  • 76,817
  • 74
  • 166
  • 248
5
votes
1 answer

Error with R function using Knitr in Lyx

I am getting an error when using the summary() function using Knitr in Lyx. The functions preceding it works. <<>>= library(faraway) head(teengamb) mdl <- lm(gamble ~ sex + status, data=teengamb) summary(mdl) @ I am inputing this code through…
Saber CN
  • 765
  • 1
  • 6
  • 7
1
2
3
13 14