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
4
votes
1 answer

Highlight text on Lyx documents

I am using Lyx for my homework (text+math) for a while now, but there are a few features I couldn't find and it is hard for me to believe they don't exist (even with some workaround). Is there an option to highlight text on LYX? example for how I'd…
Omer RVU
  • 58
  • 6
4
votes
1 answer

Remove Warning When Enabling shell-escape in Lyx

I have enabled minted+pygmentize to highlight my program listings, and since pygmentize is an external program, the shell-escape flag must be enabled on pdflatex in Lyx. Now, every time I compile a document without removing this option in the global…
Kylelem62
  • 569
  • 4
  • 17
4
votes
1 answer

How to configure tcolorbox in lyx?

I’ve been trying for the days now to format attractive code listings in lyx for an Erlang programming book that I’m working on. The tcolorbox package looks like it should do the trick, but frustrates me at every turn, Requirements: Shaded Box with…
Lloyd R. Prentice
  • 4,329
  • 3
  • 21
  • 31
4
votes
1 answer

How to make poster in Lyx?

I wanna make a scientific poster. I use lyx as my editor BUT I don't find any instruction how I can make a poster in lyx. I found some latex source codes (.tex) but I don't know how to convert and use them in lyx. I would be happy for your…
masti
  • 77
  • 2
  • 7
4
votes
1 answer

LyX AMS align environment multiple columns

When I choose to insert an AMS Align environment in LyX, I only get two columns. I am pretty sure it is possible to get multiple columns. Thanks!
Gus
  • 4,375
  • 5
  • 31
  • 50
4
votes
1 answer

Using tikzDevice in lyx doesn't work

I am trying to include a histogram created with qplot(ggplot2) with the code chunk <>= plot(hist.age) @ It works just fine with dev='pdf', but doesn't work with dev='tikz'. The library…
Hengrui Jiang
  • 861
  • 1
  • 10
  • 23
4
votes
3 answers

Smart page breaks to make chapters print modularly

I'm writing a booklet for my debate club in LyX, and it is a collection of Prep Cases - each prep case is a chapter. Currently I have a "new page" after every chapter, but I want something more - I want to make sure chapters begin in odd numbered…
Amir Rachum
  • 76,817
  • 74
  • 166
  • 248
4
votes
3 answers

Latex: Convert "Comment" into "Marginal Note"

using LyX I'm trying to convert the "comments" into "marginal notes". I tried several things but without luck. The best shot was like…
diegos
  • 43
  • 3
4
votes
1 answer

Error in Lyx call to Rscript

I am using Lyx (2.06) on OS X (10.8.3) with R (3.01). I am trying to import a knitr file into Lyx. Lyx is able to find Rstudio but Rscript fails on the setwd command. The error log from Lyx is below. Any help would be much appreciated. (My first…
4
votes
1 answer

knitr + LyX2.0.5.1: pdf generation fails

With LyX2.0.5.1 I have an error during the pdf generation. 1st file: aab.lyx. LyX Error: File ended while scanning use of \title. <*> aab.tex *** (job aborted, no legal \end found) The temporary file aab.Rnw is created. With Rstudio I can open…
abret
  • 127
  • 1
  • 10
4
votes
2 answers

How to start new line after paragraph title in Lyx?

I am using the Lyx document processor for LaTeX. I need to use the Paragraph environment (because I have Subsubsubsections), and I want the paragraphs to appear in the Table of Contents. I managed to get the Paragraph to appear in the TOC by…
Rachel
  • 1,722
  • 8
  • 29
  • 34
3
votes
1 answer

Labels in xtable captions for crossreferencing in lyx

I am using pgfsweave with Lyx 1.6.8 and xtable. providing table captions by <>= print(xtable(,caption="Here is my caption")) @. How can I insert a label into the table caption that I can crossreference in the text from the…
3
votes
5 answers

Are there text editors that can be used to create markup languages (like markdown, rest and such?)

I'm becoming more interested in markdown and rest for documentation/requisites in projects, but some people in the team aren't that techie to use and remember these markups. It's going to be a bad move to just adopt them when they're used to…
3
votes
0 answers

referencing a knitr figure in text from lyx

I am using lyx to write an rnwfile. In my lyx text, I would like to reference a figure generated by a knitr code chunk that has label "chunk1". If I write the rnw in Rstudio, I would reference the figure by \ref{fig:chunk1} in my text. However in…
Jing
  • 31
  • 2
3
votes
2 answers

How to locally change encoding?

I'm using LyX, but I guess a solution would be some TeX code. I'm writing a document in English and I want to insert some Hebrew text, but the document encoding doesn't let me. Using Hebrew encoding for the entire document doesn't work as it ruins…
Amir Rachum
  • 76,817
  • 74
  • 166
  • 248
1 2
3
13 14