Re: how to display only the current section in beamer.

2010-03-04 Thread nikunj .
On Thu, Mar 4, 2010 at 5:35 PM, nikunj .  wrote:

> Hi,
>
> I generally use the template file for beamer presentation. Any suggestions
> on how to display only the current section and subsection instead of the
> same highlighted in the TOC ??
>

use \insertsection :)

>
>
> Regards,
> Nikunj.
>


how to display only the current section in beamer.

2010-03-04 Thread nikunj .
Hi,

I generally use the template file for beamer presentation. Any suggestions
on how to display only the current section and subsection instead of the
same highlighted in the TOC ??


Regards,
Nikunj.


Installing ModernCV on Lyx 1.5 + Ubuntu.

2010-02-21 Thread nikunj .
Hi,

I have Lyx 1.5 installation running on my Ubuntu 8.10 laptop. How do I
install the ModernCV Document class ?

What all things will I need ?

Kindly suggest.

Thanks in advance,
Nikunj :)


Font in output.

2009-12-09 Thread nikunj .
Hi,

Isn't there a Times New Roman font available in lyx ? I can see Times Roman,
but there is no 'Times New Roman' . My document class is article.  I am
using Lyx 1.6.4

Thanks in advance,
Nikunj


Changing PDF output font.

2009-12-09 Thread nikunj .
Hi,

How can we change the output-font in pdf ?

Nikunj


Changing color or TOC

2009-12-09 Thread nikunj .
Hi,

After I run pdflatex, the TOC is displayed in red in the pdf. How do I
change it ?

Thanks in advance,
Nikunj


Picture with frame title.

2009-12-01 Thread nikunj .
Hi,

I am making a beamer presentation, and using the CambridgeUS theme. I want
to have a logo at the top right corner of the slides, on the same line as
the frame title. But there is nothing available on the frontend to do that.
What should I do ?

Thanks in advance,
Nikunj


The attachment does not compile.

2009-12-01 Thread nikunj .
Hi,

I am not able to understand the error in this file. I have tried almost
everything.
Please help.

Nikunj


doc.lyx
Description: Binary data


why doesn't this compile ?

2009-11-30 Thread nikunj .
Hi,

I have attached a beamer presentation. This does not compile. I have used
lstlisting, fragile, etc etc. But some problem occurs after the end. If I
just use an endframe and then \begin{frame} things work out fine. But with
the \lyxframeend{} \lyxframe{Static members contd} it throws error.

Any suggestion regarding this.

Nikunj.

P.S. I am irritated at this thing...[?]
<<344.png>>

test.tex
Description: TeX document


inserting c code in beamer presentation

2009-11-30 Thread nikunj .
Hi,

How do we insert c code in lyx beamer presentation?
I am trying to use package listings.

I try the following:

\begin{lstlisting}
union mix_t {
  long l;
  struct {
short hi;
short lo;
} s;
  char c[4];
} mix;
\end{lstlisting}

but I get an error "\begin{lstlistings} ends by \end{bea...@frames!"

Kindly suggest.

Nikunj.


beamer presentation.

2009-11-25 Thread nikunj .
Hi,

I was making a beamer presentation, and wondered if  I could have only the
section/subsection name displayed on a page, and following that, the
content.
For example, after we convert  the beamer conference ornate 20min template
into a  pdf , a new sub-section is preceded by an outline wherein the
subsection name is highlighted. I want to have a slide containing just that
subsection name in big bold letters, instead of the entire outline page.

Any suggestion.

Nikunj.


hide/unhide a box{minipage}

2009-11-24 Thread nikunj .
Hi all,

Is there any way to hide/unhide a box in Lyx?
Also, can we draw circle in lyx itself and insert a text within it ?

Nikunj.


Re: 3-D boxes.

2009-11-24 Thread nikunj .
On Wed, Nov 25, 2009 at 3:14 AM, Uwe Stöhr  wrote:

> nikunj . schrieb:
>
>
>  Is there a way to insert a 3-D box in lyx ?
>>
>
> What is a 3D box?
>
A 3D box is something like a cube/cuboid. Can I insert a cube and then write
something in it ?

> What you can do with boxes in LyX is described in the corresponding section
> of the EmbeddedObjects manual that you find in LyX's Help menu.
>
> regards Uwe
>


3-D boxes.

2009-11-23 Thread nikunj .
Hi all,

Is there a way to insert a 3-D box in lyx ?

Nikunj


Defining color .

2009-11-19 Thread nikunj .
Hi,

I am using 'color' package. How do I define more colors ? All I know is that
I can use \definecolor{name}{model}{color-spec} in the preamble.
Can someone guide me with the color spec thing?  Isn' t there a
comprehensive list of such color-specs ?

Nikunj.


Re: Background color of Text.

2009-11-16 Thread nikunj .
On Tue, Nov 17, 2009 at 10:35 AM, nikunj .  wrote:

> Hi,
>
> I have Lyx 1.6 running of windows.I am using Beamer class to make a
> presentation. I want to change the background color of some text like this
> is blue
>

I could do it. Include the package 'color' in preamble, i.e. add
\usepackage{color}  in the preamble. (Document->settings->latex preamble)
After that go to tex mode/ERT (ctrl-L on windows ) and write "
\colorbox{green}{the text} " within the ERT. More info at
http://en.wikibooks.org/wiki/LaTeX/Colors

>
> How do I do that ?
>
> Regards,
> Nikunj
>


Background color of Text.

2009-11-16 Thread nikunj .
Hi,

I have Lyx 1.6 running of windows.I am using Beamer class to make a
presentation. I want to change the background color of some text like this
is blue

How do I do that ?

Regards,
Nikunj


Re: Beamer problem.

2009-10-27 Thread nikunj .
On Tue, Oct 27, 2009 at 12:14 PM, Rainer M Krug  wrote:
>
>
> On Mon, Oct 26, 2009 at 6:25 PM, nikunj .  wrote:
>>
>> I use it on windows, and on my system it is in the tmp dir of the user
>> account I log in as.
>> You may try it in /tmp or /usr/tmp.
>> On my system it is called lyx_tmpdir.qHp976 and so on.
>>
>
> I might be missing something, but can't you look at the LaTeX log in LyX
> under
> Documents > LaTeX Log
> ?

Ohh thanks a lot for sharing this piece of information. I did not know
that. :D. This was the log file I was talking about.

Thanks a lot
Nikunj.
>
> Rainer
>
>
>>
>> Hope this helps.
>>
>> regards,
>> nikunj.
>> On Mon, Oct 26, 2009 at 1:34 PM, Pierfranco Minsenti
>>  wrote:
>> > Thank you for your suggestion but could you please explain me where can
>> > I
>> > find the LyX log files? I use an Apple computer with MAC OS X 10.3
>> > Pierfranco
>> >
>> > 2009/10/26 nikunj . 
>> >>
>> >> Hi,
>> >>
>> >> You could try looking at the log files that are generated with each
>> >> run of pdflatex. That can pin point the exact point where the
>> >> conversion fails.
>> >> I had a similar problem, and the log files helped a lot.
>> >>
>> >> Regards,
>> >> Nikunj.
>> >
>> >
>> >
>
>
>
> --
> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
> UCT), Dipl. Phys. (Germany)
>
> Centre of Excellence for Invasion Biology
> Natural Sciences Building
> Office Suite 2039
> Stellenbosch University
> Main Campus, Merriman Avenue
> Stellenbosch
> South Africa
>
> Cell:           +27 - (0)83 9479 042
> Fax:            +27 - (0)86 516 2782
> Fax:            +49 - (0)721 151 334 888
> email:          rai...@krugs.de
>
> Skype:          RMkrug
> Google:         r.m.k...@gmail.com
>
>


Re: Beamer problem.

2009-10-26 Thread nikunj .
I use it on windows, and on my system it is in the tmp dir of the user
account I log in as.
You may try it in /tmp or /usr/tmp.
On my system it is called lyx_tmpdir.qHp976 and so on.

Hope this helps.

regards,
nikunj.
On Mon, Oct 26, 2009 at 1:34 PM, Pierfranco Minsenti
 wrote:
> Thank you for your suggestion but could you please explain me where can I
> find the LyX log files? I use an Apple computer with MAC OS X 10.3
> Pierfranco
>
> 2009/10/26 nikunj . 
>>
>> Hi,
>>
>> You could try looking at the log files that are generated with each
>> run of pdflatex. That can pin point the exact point where the
>> conversion fails.
>> I had a similar problem, and the log files helped a lot.
>>
>> Regards,
>> Nikunj.
>
>
>


Beamer problem.

2009-10-25 Thread nikunj .
Hi,

You could try looking at the log files that are generated with each
run of pdflatex. That can pin point the exact point where the
conversion fails.
I had a similar problem, and the log files helped a lot.

Regards,
Nikunj.


Re: Image format in lyx.

2009-10-23 Thread nikunj .
Yeah that is one clever solution, I will use that. But is there a
particular image format that latex would understand 'better' than
others ?

On Fri, Oct 23, 2009 at 1:31 PM, Erez Yerushalmi
 wrote:
> Hi,
>
> what I do is make nice graphs and pictures in power point,
> then save it as a pdf file.
> then upload the pdf file into the lyx/beamer document.
> It works great.
>
> erez
>
> On Fri, Oct 23, 2009 at 6:01 AM, nikunj .  wrote:
>>
>> Hi all,
>>
>> I have lyx 1.6.3 installed. I have to make a presentation and for that
>> purpose I have used beamer class. I have include images which are in
>> Jpeg, png and jpg.  However, after a few times that I convert it into
>> pdf ( i.e. I make changes and then run pdflatex ,and changes are quite
>> frequent) the image starts getting kind of blurred and dirty.
>> What might be happening ?
>>
>> One more thing, I even tried to make a pdf with just that pic so that
>> I include this 'pic-pdf' instead of the pic itself. But I get 2 pages,
>> instead of one.
>> How do I sort this out?
>>
>> (Yeah, I am a newbie :D )
>>
>> Thanks in advance,
>> Nikunj.
>
>
>
> --
> Erez Yerushalmi
> PhD Student
> Warwick University, UK
> homepage: http://go.warwick.ac.uk/ep/pg/ecrfaw
>


Symbol for >=

2009-10-23 Thread nikunj .
Hi,

One more query, how do I write symbol for greater/less than or equal
to ? (Not >=  or <= )
Is there any guide for latex symbols ?

Thanks again,
Nikunj


Image format in lyx.

2009-10-22 Thread nikunj .
Hi all,

I have lyx 1.6.3 installed. I have to make a presentation and for that
purpose I have used beamer class. I have include images which are in
Jpeg, png and jpg.  However, after a few times that I convert it into
pdf ( i.e. I make changes and then run pdflatex ,and changes are quite
frequent) the image starts getting kind of blurred and dirty.
What might be happening ?

One more thing, I even tried to make a pdf with just that pic so that
I include this 'pic-pdf' instead of the pic itself. But I get 2 pages,
instead of one.
How do I sort this out?

(Yeah, I am a newbie :D )

Thanks in advance,
Nikunj.


Re: Error:File does not exist.

2009-10-15 Thread nikunj .
Hi,

Yaah I went throught the log file generated in the tempdir.
I did not put a frameend{}, so pdflatex was throwing an error there
and aborting.
Now that it is done, I get the pdf.

Thanks a lot,
Nikunj.

On Thu, Oct 15, 2009 at 5:09 PM, rgheck  wrote:
> On 10/15/2009 05:18 AM, nikunj . wrote:
>>
>> Hi,
>>
>> I have been using lyx 1.6 and I have recently got a strange error.
>> I am making a beamer presentation. I was able to convert them into the
>> pdf and view it properly some time back.
>> Now, suddenly, I am get the error that " File does not exist:
>> C:/lyxTemp/lyx_tmpdir.Hp3188/lyx_tmpbuf0/Presentation.pdf"
>>
>> I can see the dvi output.
>> What might be the problem?
>>
>>
>
> Try exporting to LaTeX and doing the conversion manually. It looks as if
> pdflatex is choking on the document.
>
> rh
>
>


Error:File does not exist.

2009-10-15 Thread nikunj .
Hi,

I have been using lyx 1.6 and I have recently got a strange error.
I am making a beamer presentation. I was able to convert them into the
pdf and view it properly some time back.
Now, suddenly, I am get the error that " File does not exist:
C:/lyxTemp/lyx_tmpdir.Hp3188/lyx_tmpbuf0/Presentation.pdf"

I can see the dvi output.
What might be the problem?

Nikunj.


UML in Lyx.

2009-10-14 Thread nikunj .
Hi,

I have lyx 1.6.4 installed and want to draw few UML diagrams, like
class diagram, activity diagram and sequence diagrams in Lyx.

What should I do ?
Any cue would be helpful.

Thanks,
Nikunj.