1
vote
1answer
36 views

Insert image in the header

I am a real beginner in LyX and I want to insert a small image into the header. Actually I want to insert two images. But let's begin by one. I have no idea how to do this and would appreciate any ...
4
votes
1answer
135 views

Beamer Presentation: Stepwise Uncover Images

I don't even know if this is possible, but here goes: I'm writing slides for an upcoming presentation using the default LyX Beamer template. I am also using the uncover everything in a stepwise ...
3
votes
1answer
246 views

Beamer with Powerpoint title page in LyX

I want to use beamer (Madrid style) for a presentation I'm giving next week, but I am forced to use the institutional title page. That means that the whole background is filled by an image and the ...
2
votes
1answer
167 views

Wrap around text inside frame (minipage) in Lyx

I want to insert a number of drop-shadowed frame inside a document and place (the same) graphic in the top left hand corner of each box. I would like the text in the rest of the box to wrap around ...
2
votes
1answer
111 views

IEEEtran remove author picture

I'm using LyX and the article (IEEEtran) template to write a paper for an IEEE conference. In the biographies section, there's a default space for a picture for the first author. Even if I remove the ...
3
votes
1answer
166 views

Table with small circles on each intersection/corner

I'm a LyX user and have a small question - How do I incorporate to my a document a table consists only of the numbers {0,1}, with borders between the cells, and with small colored circles on the ...
2
votes
0answers
92 views

How do I ensure my images/graphics are embedded in the output document? [closed]

I am new to LaTex and I am learning the concept and terminology by using Lyx (TeX live under Linux). I created my first document using the Book class, added some images (combination of jpgs/pngs), ...
2
votes
0answers
163 views

Lyx: SVG files on PDF

I'm having trouble getting an SVG diagram to appear in a PDF. From researching online it looks like it should be simple enough, but I'm yet to discover what I'm doing wrong. I'm working in LyX, and ...
1
vote
2answers
440 views

Place image/figure beside text {Lyx}

Is it possible to place an image beside (right or left) my text in LyX ? something like that : (The screenshot is not mine)
1
vote
1answer
787 views

Lyx: float figures appearing in wrong places

In Lyx I'm using float figures. I have to put three pictures one after the other, so three different float figures. When I output a pdf, the all appear at the top of three different pages. Help! Why ...
1
vote
0answers
616 views

How can I add a logo to a page header in Lyx? [closed]

I am writing a thesis and want to add the university logo accross the top of my first page. I have a banner.pdf file, which will fit nicely accross the top of the page. But how do I go about placing ...
2
votes
1answer
391 views

Text appearing bold on some pages with images [duplicate]

Possible Duplicate: Why are some pages in my PDF coming out bold? For some reason, all the text on certain pages is appearing bold when there is a picture on the same page. I saw the other ...
0
votes
1answer
92 views

Render (export) entire document as image

Background Using LyX to create a document and xetex to leverage a TrueType font. The entire text is within a minipage. Ultimately, I'm trying to produce the following output (no white page ...
3
votes
3answers
399 views

Drag and drop image files to LyX

Is it possible somehow to drag and drop image files from a browser or files directly to LyX when creating a latex document? If not, is there any other editor for OS X that can do this? I find it ...
4
votes
2answers
1k views

LyX: set width of image to 100% of page width

When I insert an image into LyX and set it to 100% page width, its left side is not at the farthest most edge of the left page. Instead it starts where the text margin is, and since it's too large to ...
1
vote
2answers
1k views

Why is LyX trying to convert every image into eps?

I am trying to insert an image into my document. I tried following formats: PNG, JPG, PDF, SVG (using inkscape) and BMP. No matter what I do I get following error: LaTeX Error: Unknown graphics ...
1
vote
2answers
2k views

Align an image at the right of a text in LyX

I am LyX user and I would like to align an image at the right side of my title but I don't know how..:/ I am using as module "report". I've attached a screenshot in order to illustrate where I want ...
1
vote
1answer
181 views

Formatting problem with lyx

I am writing a report in Lyx. I have included many images in the report. And I am having bit of problem with the placement of the image in the final report. I include a image in a section and ...
1
vote
1answer
836 views

Insert Image from multipage pdf file in Lyx

I am writing a report and I have all the images in a pdf file with very high resolution. With limited skills in editing, I am loosing the quality of the image when I try to save the individual images. ...
2
votes
1answer
336 views

LyX — copy images into build directory for LaTeX include tags

The default beamer-ornate template includes an option to put an institution logo at the bottom of every slide, \pgfdeclareimage[height=0.5cm]{institution-logo}{logofile.png} ...
1
vote
1answer
289 views

Avoid figures encroaching on page numbers with LyX

I'm using LyX and have figures in floats and wraps but some of them are too high on the page when converted to PDF and overlap with page numbers. Is there a way to avoid this and respect the text ...
1
vote
1answer
2k views

How to write raw text verbatim in LyX?

I want to write PlantUML diagrams from within LyX, and I want to put the result right into the document itself. To do so, I attempted to create a comment environment, in which I put the diagram ...
4
votes
2answers
2k views

Resize large images that exceed page margin whilst respecting existing scale

The solution posted here Scale (resize) large images (graphics) that exceed page margins works great. Just to summarise, Dave Jarvis suggested \usepackage{graphicx} % Determine if the image is too ...
4
votes
1answer
1k views

Apply gradient (shading) background to algorithm listing

Background A number of source files are included within floating algorithm boxes. The source files are PNG images with a transparent background. The document is edited using LyX. Problem The source ...
0
votes
2answers
683 views

Why don't my images show up?

I am using LyX to create my documents. I then export them to plain LaTeX and use XeLaTeX to create a PDF output. My images show up in the LyX document but not in the PDF output. LyX generates this ...
11
votes
4answers
5k views

Scale (resize) large images (graphics) that exceed page margins

Background A large number of screen captures have been scaled 300% at 288dpi. They appear correctly when embedded in OpenOffice, but not LyX. Problem Images that do not extend beyond the margins ...