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

"Cloning" a program from a CentOS 7 machine to another

I am in need of working with a specific version of the text editor Lyx, the 1.3.3, on a CentOS 7 environment. I found the .rpm package and some sort of source code, but as it's a very old software, many library are obsolete and cannot be found when…
TexasRed
  • 9
  • 2
0
votes
1 answer

How to suppress page ejects when using \chapterstyle{article} in the Memoir class for LaTeX?

I just started using the article chapterstyle in Memoir. I'm composing in LyX, with each section of the article in a child document. When compiling from the main document, I want each section to be numbered as follows: 1. Introduction 2. Related…
Gnosos
  • 47
  • 6
0
votes
1 answer

Lyx: How to make multiple lines on the lowertitleback (koma-script)

I am trying to use uppertitleback and lowertitleback in lyx (2.0.0) If I just use uppertitleback and lowertitleback with one line apiece, it works just as expected. However, if I put any text in between the uppertitleback and lowertitleback, then…
Alan
  • 236
  • 3
  • 11
0
votes
1 answer

LyX: kableExtra problem (perhaps a bug) in column_spec

I create a table in LyX 2.3.6 / TeX Live 2020 as per the following minimal example: <>= library(dplyr) library(kableExtra) df <- data.frame(Female = c(1.52, -0.03), Male = c(1.34, -0.02)…
Thomas Philips
  • 935
  • 2
  • 11
  • 22
0
votes
1 answer

Putting my own cls files into Texlive 2020

I am writing a book for which the publisher (Springer) has sent me a .cls file (svmono.cls). I am using LyX on Windows 10, and have just installed texlive (complete 6 Gb default installation), as it is LyX's preferred TeX distribution.…
Thomas Philips
  • 935
  • 2
  • 11
  • 22
0
votes
1 answer

lyx export to pdf indent

I wrote a LYX file. On lyx it looks fine, that the way I want it to look like. When exporting it, there is an indent that I don't know how to fix. in pdf in lyx
0
votes
1 answer

Can't manage two get page numbers shown at the outside of a twosided PDF

I am trying to change the page numbering from being at the footer's center, to a more book like page numbering where the numbers are always located at the outside of a page (odd page nubmer -> left sided, even page number -> right sided). I am not…
0
votes
1 answer

knitr to pdflatex converter for lyx

I am writing a book using LYX, have been using it for several years. Some time ago, maybe close to a year, evidently after updating R, MikTeX, LYX, I started getting a dialog saying that my installation does not include a knitr to pdf converter,…
0
votes
1 answer

Lyx. Space between letters of some words in program listing

When I create a pdf document that I'm writing in Lyx, there are spaces between letters in some words when I use code programs to insert some pieces of programming. In the Lyx program listing configuration I added the option "showstringspaces =…
epicteto
  • 11
  • 4
0
votes
0 answers

LyX can't compile Program Listing

I am using LyX to make a summery of my lectures. When I try to Insert -> Program Listing, it fails to compile the file into PDF, raising the next errors (sorry that I didn't post the image itself in the post, it didn't let me because I have low…
amam3214
  • 1
  • 2
0
votes
1 answer

Can a LyX/LaTeX file be too large to create a PDF?

I've been working on my bachelors thesis in LyX for about a month without encountering any problems and today, all of a sudden, when creating a PDF LyX just loads indefinitely and even asks me at some point if I want to stop the PDF creating since…
1337_N00B
  • 47
  • 8
0
votes
1 answer

LyX R 3.4.3 Rscript.exe i386/X64 broken script

I ran into this today. I installed R 3.4.3 along side R 3.4.1 . Using LyX/knitr under R 3.4.1 everything was fine. After adding R 3.4.3, changing the System/User/LyX PATH entries from 3.4.1 to 3.4.3, LyX launches Rscript, but it can no longer open…
user50506
  • 181
  • 1
  • 7
0
votes
1 answer

How to convert source code from latex to lyx?

I have difficulties to make poster in lyx. I found some source codes to make poster in latex like .txt and .sty in this homepage http://fuse.pha.jhu.edu/~wolven/posters.html. I want to put this codes in lyx editor and see the result as a Pdf or dvi.…
masti
  • 77
  • 2
  • 7
0
votes
0 answers

Obtaining a regression table with texreg in Lyx

I'm using the packages knitr and texreg in a Lyx document and I've got this problem. When I'm using a float table in Lyx, I've always got this lines before the table in the pdf: ## Version: 1.36.23 ## Date: 2017-03-03 ## Author: Philip Leifeld…
RGuay
  • 1
  • 1
0
votes
1 answer

Using texreg function with knit and Lyx

I'm using Lyx on Mac and I want to get a regressionn output table with function texreg. My code is: <>= library(texreg) df=data.frame(y=rnorm(100)+2*x, x=1:100) reg = lm(y~x, data=df) texreg(reg) @ But I'didnt get the table in…
RGuay
  • 1
  • 1