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

LyX->Rnw conversion automatically inserts ligature breaks between repeated "<" characters

The title says it all; the screenshot below gives the gory details. (The .Rnw file in the temporary buffer folder is identical to the LaTeX Source in the image.) As you can imagine, knit() won't knit this crap. I cannot for the life of me figure out…
Cyan
  • 135
  • 1
  • 10
2
votes
1 answer

knitr + Lyx: missing the knitr->latex converter. (Rscript is in PATH, I swear!)

It's the standard story -- except that it persists even though I've put the R home directory in LyX's path and even in the Windows PATH environment variable. (I used cmd.exe to verify that Rscript can be called anywhere.) Lyx 2.0.6, R-3.0.1, knitr…
Cyan
  • 135
  • 1
  • 10
2
votes
2 answers

Lyx - how to create sections without titles

I'm currently looking into lyx because I'm starting to get fed up with writing LaTeX by hand. The problem is, LyX seems to be a bit opiniated about how sections should be written - I'm used to…
Cubic
  • 14,902
  • 5
  • 47
  • 92
2
votes
1 answer

Lyx cannot find knitr module

I am migrating/branching from sweave to knitr and can run @yihui's minimal example in Rstudio but am having trouble making it run with Lyx (2.06). I get the message The module knitr has been requested by this document but has not been found in the…
ako
  • 3,569
  • 4
  • 27
  • 38
2
votes
0 answers

knitr chunk math notation

I am unable to render maths notation inside a knitr chunk in Lyx although it renders fine using \Sexpr or in an ERT box while using Lyx 2.0.5 and knitr 1.1 The following code was adapted from the…
2
votes
1 answer

CJK in knitr with LyX (Windows 7)

I'm trying to write a LyX document in English with some Chinese interspersed, and I also want knitr for the figures and analyses. My installation likes knitr, and it likes Chinese (using the "Alternative" approach here:…
Patrick
  • 187
  • 1
  • 2
  • 7
2
votes
0 answers

Lyx: runninghead always right

I create a running heading with the command "runninghead" Now the running head is on every other side on the left side. I wanna print the work onesidedly so I want to get the running heading on every page on the ride side.
alexander-fire
  • 1,082
  • 4
  • 27
  • 52
1
vote
0 answers

"pdfTeX error: cannot open Type 1 font" problem while loading Arabic script on LyX

When I do an attempt to exporting to PDF a document with Arabic text on LyX using pdfTeX engine, appear an error like this. !pdfTeX error: pdflatex (file ae_almohanad_bold.pfb): cannot open Type 1 font f My logs from my LaTeX logs are this: This is…
1
vote
1 answer

Problem with viewing new documents in lyx

I have installed a Hebrew installation of Lyx on my computer. When I try to run the "view" command on the tutorial files they show up fine, but when I try to view any documents that I created I get a The external program pplatex finished with an…
Monty6400
  • 39
  • 4
1
vote
1 answer

How can I set the first page as cover in Lyx?

I'm writing a document in Lyx, an editor for Latex. Is there any fast way to tell Lyx that I want the first page to be the cover of my document? Thank you.
Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185
1
vote
1 answer

Latex outputs "?figurename?" surrounded by question marks in output file

Good day, I've been having a lot of trouble getting Latex to output a normal figurename. For some reason, each caption reads "?figurename? x" (with x being the number of the image), despite me not specifying any \figurename. I've tried changing…
montan
  • 87
  • 9
1
vote
1 answer

Lyx modifying moderncv empty space

I am new on latex and lyx. I have to realize a resume and used moderncv. Do you know how I can have the space behing my picture being reduced ? (The one hatched in red) . As everything is supposed to fit in one page with a cv, it is important for…
PaulCharp
  • 21
  • 3
1
vote
1 answer

Embed graphics into .lyx files instead of linking an external file?

Intuitively I would have put this question on superuser.com, but searching on stackexchange.com showed, that stackoverflow.com has become the go-to platform for asking about LyX usage. LyX normally shares the usual LaTeX approach of keeping files…
kdb
  • 4,098
  • 26
  • 49
1
vote
1 answer

Natural Math parser in opensource

I want to start a new Open source project regarding natural math and Matlab, I am looking for an existing opensource math parser and display project that I can leverage. Something with functionality like MathType Or Lyx that can render math…
David MZ
  • 3,648
  • 6
  • 33
  • 50
1
vote
1 answer

Lyx CV modern \cventry not aligned

I'm new using lyx and learning LaTex. I have to make myself a CV. You may found below the latex code taken lyx LaTex overview, the lyx window, and the pdf overview. Normally the dates are supposed to be aligned under the section title but instead it…
PaulCharp
  • 21
  • 3