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
1
vote
1 answer

lualatex file luabidi.sty not found. where must I place it?

I am getting lyx set up on my xubonto laptop. I have used some online guides to set the thing and slowly worked my way around several issues, so I cannot recall exactly what I have set up. I am using non-Tex "Culmus" fonts (had to rename them for…
rustypaper
  • 70
  • 10
1
vote
1 answer

Pygments to latex better formatting for py code

I am trying to include python code in my lyx document by inserting a file. I began by trying to use listings but this was causing code to overflow pages. Now I'm using pygments setting it up as described in this tutorial,…
wookie1
  • 511
  • 6
  • 18
1
vote
4 answers

How to increase screen font size in lyx 2.3? (lyx 2.2.3 works)

I want to increase the screen font size in lyx 2.3 because it is extremely small. However, when I use ctrl+mouse, the font size of some words change, but not the whole document. Please see attached 2.3_before and 2.3_after.2.3_before 2.3_after When…
shllemon
  • 11
  • 1
  • 3
1
vote
0 answers

How do I include a child document from SSH or SFTP using Lyx?

I'm writing documentation in a local file (on a Mac, if that makes any difference), and I want to include 10 .sh files from a separate linux server (as child documents, I would assume) into separate places on my local document. ---- BEGIN…
wmeitzen
  • 90
  • 11
1
vote
2 answers

Use fancyhdr in Lyx to position page number

I am trying to customise the position of the page number to make them all appear at the bottom centre in Lyx. I plan to use the fancyhdr package in the preamble section of the document, but I get the following error msg: 'LaTex Error: Command…
skyork
  • 7,113
  • 18
  • 63
  • 103
1
vote
1 answer

Formula and fractions in lyx

I want to write to following formulas in lyx: Ic = (Number of new cases in D)/P0 and this one TBM =(Total number of all-cause deaths in a given region over a specified period)/(Estimated total exposed population of the same region during the same…
user123
  • 27
  • 7
1
vote
1 answer

Issues adjusting space in LyX when generating sticker labels using package labels

I am trying to make stickers labels with LyX using the package "labels". The LyX file is here: LyX input file And the result is: They do not fit well in the space, so I am trying to adjust them. The one in the left has a big inter line space. I…
Emilio
  • 190
  • 1
  • 3
  • 10
1
vote
0 answers

Lyx citation and math paste error

Im trying to copy and paste citations and inline math code from one Lyx document I wrote to another. Unfortunately when I paste into the new document the citations and the inline math code are not highlighted in grey anymore. Please see the figure…
kribby
  • 45
  • 7
1
vote
0 answers

Insert .tex file in Lyx with references

I wrote a draft of a paper in LaTeX. Now my advisor wants the whole thing in Lyx. Equations and all that import just fine using "File -> Import -> LaTeX (plain)" but the natbib references (e.g. \citet{nash1950game}) show us as ERT (evil red text, or…
invictus
  • 1,821
  • 3
  • 25
  • 30
1
vote
1 answer

Importing .tex table to lyx using tex2lyx

I'm writing a document in lyx and I have tables that are .tex files. I usually import them via the menu, but I would like to import them directly using a snippet of tex code in the lyx file using directly tex2lyx in the document. How do I do it?…
John Doex
  • 11
  • 3
1
vote
0 answers

How do I add a citation to a URL in lyx and zotero

Hi have created a bibtek file with my citations. All is well, but now I want to cite a web page. In use the Zotero add-on of firefox. I am on the web page, and I right click on the down-arrow 2 positions right of the Z (for Zotero, on the toolbar.)…
Old_Mortality
  • 519
  • 1
  • 4
  • 14
1
vote
1 answer

Lyx: "Undefined control sequence" when using "preccurlyeq"

When I try using \preccurlyeq in math in lyx, and then compile I get error: Undefined control sequence How can I fix that?
Mano Mini
  • 607
  • 4
  • 15
1
vote
0 answers

how add fancyhdr package to LYX

am using LYX on my windows8 OS to generate LATEX documents. When i compile my project an error saying that fancyhdr.sty file can't be found. Can some one tell me how i add this package please.
Sihem Hcine
  • 1,089
  • 5
  • 24
  • 40
1
vote
0 answers

compilation error in Knitr in Lyx

I have been using knitr with Lyx (2.1.4) in Windows for past few months. Recently I shifted to Ubuntu with same version for Lyx. I am getting an error during compilation while using the Knitr Module. 1) The copy of the error message (from message…
A Ghosh
  • 11
  • 3
1
vote
1 answer

Error when R starts up after using Sys.setlocale()

When loading RStudio, I get the following error message, which I don't understand: Error: 3:35: unexpected symbol 3: Sys.setlocale(, "en_US.UTF-8")Sys.setlocale ^ After having some encoding problems with…
avriis
  • 1,581
  • 4
  • 17
  • 31