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

How do I insert an alpha symbol using ggplot annotate?

I have plot a graph using ggplot2 and am using knitr within Lyx. I am trying to place a label in the plot and am using the annotate command: ggplot() + annotate("text",y=10,x=0,label="\u3B1",vjust=-1,size = 6) I believe \u3B1 will generate the…
kribby
  • 45
  • 7
0
votes
2 answers

Inserting Graphics to LyX

I need to insert graphics in a lyx document. However, when I do: Insert->Graphics...etc The graphic file is just linked and is not physically in the lyx file. If I need to send the lyx file to someone I need to send the graphic files separately. Is…
skr
  • 452
  • 6
  • 21
0
votes
0 answers

How can I place a one-column-abstract in a two-column document with lyx

i use elsarticle template with lyx (document ->settings->document class ->Elsevier ) and i want to prepare an artcile in two column model how can I place a one-column-abstract and after that two-column-section in a elsarticle template with…
hajer
  • 11
  • 6
0
votes
2 answers

LyX - Copy/Paste Math Equations

I am trying to Copy/Paste within Math Mode and it just pastes raw TeX code in the text area. I have looked at https://tex.stackexchange.com/questions/80133/copy-and-paste-of-mathematical-formulas-pastes-the-unformatted-raw-tex and still cannot get…
MUB
  • 1
  • 2
0
votes
1 answer

I found a file in raw lyx output, how do I create a readable pdf or txt file from this mess?

I found a file in raw lyx output, how do I create a readable pdf or txt file from this mess? https://raw.githubusercontent.com/jarcane/bedroom-wall-press/master/hulks-and-horrors/HnHCompanionI.lyx I have installed LyX and tried pasting, I have tried…
Chris Morgan
  • 3
  • 1
  • 2
0
votes
0 answers

Importing main .tex file into lyx

I'm trying to import into lyx some .tex documents that use theorem environment (ntheorem package). When i tried to use file/import i get the following issues Error when execution tex2lyx -fixedenc utf8 -f "main.tex" "main.lyx"
user3237201
  • 479
  • 1
  • 4
  • 13
0
votes
1 answer

How to insert LaTeX with multiple arguments in LyX?

I need to insert ERT for \SI{-10}{dB} but I can't seem to do it. Lyx produces: \SI{-10}\{dB\} How can this be entered in LyX?
nbecker
  • 1,645
  • 5
  • 17
  • 23
0
votes
0 answers

why lilipond-book is incompatible with both sweave and knitr on Lyx?

I was about to start some work on analysis of musical corpus with R as an personal exercise, and was baffled to discover that both sweave and knitr are incompatible with lilypond-book, leaving me to choose between some strategies to make the text,…
flavio
  • 245
  • 2
  • 9
0
votes
0 answers

LyX Japanese input

I've been using LyX for a while now, but for the life of me I have been unable to find a way to input Japanese into my documents. This is particularly frustrating as I recently need to publish documents with both English and Japanese. I'm currently…
0
votes
1 answer

How to link LYX with MikTex on Win XP?

I have MikTex and LYX installed on Win XP running in Virtualbox on Debian 8. MikTex on its own works fine, LYX as well. However, when I want to open dokument preview in LYX, it does not call MikTex and returns a "missing PDF file" error instead. LYX…
bob
  • 13
  • 4
0
votes
1 answer

How can I use my Ipython notebook code and output to within Latex (specifically in the Lyx GUI)

I have an Ipython notebook here and want to use it within the Lyx GUI so I can make a Latex document http://nbviewer.ipython.org/gist/decisionstats/4142e98375445c5e4174 import pandas as pd #importing packages import os as os #pd.describe_option()…
Ajay Ohri
  • 3,382
  • 3
  • 30
  • 60
0
votes
1 answer

Huge file to print when using many plots

I am using knitr through Lyx to create a document. In this document, I use knitr to print about 20 images (through R), and 5 calls from R, along with about 20 pages of text. I save the pdf file, and it is only 1500 KB, and I can view and recompile…
RayVelcoro
  • 524
  • 6
  • 21
0
votes
1 answer

My first lyx file only compiles like in verbatim mode. Why?

I type the following text in Lyx, compile it with Apple+R, but get a verbatim version. How can I compile such a document as we do in pdflatex? \documentclass{article} \title{Cartesian closed categories and the price of eggs} \author{Jane…
zell
  • 9,830
  • 10
  • 62
  • 115
0
votes
1 answer

R package knitr misses R chunks

I haven't been able to use the neater knitter package with the code chunks. Basically there's only a few number of occasions in which it interprets them well, but for the most of it the chunks are not recognized as such. That is: Running a…
Diego-MX
  • 2,279
  • 2
  • 20
  • 35
0
votes
1 answer

LyX -- IEEE Transactions -- Can't See Authors and Affiliations

I downloaded and am using the IEEE Transactions template -- I just imported the raw conference .tex from the zip file. When I use the View pdf (pdflatex), none of the author or affiliation information appears. Just the title and then, in…
DMML
  • 1,422
  • 4
  • 22
  • 39