Search found 7 matches

by Caterpillar
Thu Oct 18, 2012 5:04 pm
Forum: LyX
Topic: beamer | Move Frame Content to the Top
Replies: 1
Views: 2393

beamer | Move Frame Content to the Top

I am doing a presentation with LyX using beamer . I need to do an animation about a flow graphic.

I start with the first image, a client-server pic. I need it to push it at the beginning of the page, since on next slide there will be another image under, that will show the actions of client and ...
by Caterpillar
Thu Jul 26, 2012 4:05 pm
Forum: LyX
Topic: Software Listings and LaTeX Code
Replies: 4
Views: 3569

Software Listings and LaTeX Code

How can I check if

Code: Select all

\usepackage{listings}
has been well loaded?
by Caterpillar
Mon Apr 02, 2012 11:30 am
Forum: LyX
Topic: Incomplete Document from Letter Template
Replies: 3
Views: 4644

Incomplete Document from Letter Template

Ah maybe this one?

This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2011.12.21) 2 APR 2012 11:24
entering extended mode
%&-line parsing enabled.
**newfile1.tex
(./newfile1.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang ...
by Caterpillar
Mon Apr 02, 2012 11:27 am
Forum: LyX
Topic: Incomplete Document from Letter Template
Replies: 3
Views: 4644

Re: Incomplete Document from Letter Template

I don't find the .log file. Where can I find it? I am using Fedora 16
by Caterpillar
Fri Mar 30, 2012 12:37 pm
Forum: LyX
Topic: Incomplete Document from Letter Template
Replies: 3
Views: 4644

Incomplete Document from Letter Template

If I write a complete letter using any letter template (filling name, address, subject, ecc.) and then I click on show document, I obtain only a poor document with only the main body.
Here an example
by Caterpillar
Tue Jan 17, 2012 3:21 pm
Forum: LyX
Topic: Software Listings and LaTeX Code
Replies: 4
Views: 3569

Software Listings and LaTeX Code

Can I insert those lines in a single Tex commands box toghether with the lines I mentioned before?
I inserted a TeX code box like that
\usepackage{listings}
\newcommand{\includecodesample}[1]{\lstinputlisting{#1}}{}
\begin{figure}[!htb] \footnotesize \centering \begin{minipage}[c]{15.6cm ...
by Caterpillar
Fri Jan 13, 2012 3:59 pm
Forum: LyX
Topic: Software Listings and LaTeX Code
Replies: 4
Views: 3569

Software Listings and LaTeX Code

One month ago I started studying LyX to write a software project documentation.
Everything is okay except for software listings.
I would like to have software listings like you can see in http://gapil.gnulinux.it/files/2011/12/gapil.pdf at page 641 (number of page, not number of pdf's page)
To do ...