Re: List of Figures

2017-03-13 Thread CarLaTeX
2017-03-13 8:27 GMT+01:00 Guenter Milde :

> On 2017-03-12, Steve Burnham wrote:
> > On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
> >> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:
>
> >> I'm having a hard time figuring an error out LyX gives on compilation.
> I'm
> >> trying to include a list of figures in my document. One document based
> on
> >> the same template (custom university thesis template) but this document
> >> throws the following error:
>
> >> Contents.
>
> >> ! Undefined control sequence.
>
> >> l.117 \listoffigures
>
> ...
>
> > I was trying to avoid the minimal example since I have to use a
> > dropbox link because of all of the custom class and layout files.
>
> We still ask to provide a minimal example. It is far more easy for you
> than for anyone else (downloading and experimenting with uncommon stuff)
> and has to be done anyway to get to the core of the problem.
>
> Günter
>
>
Sorry, I did "reply" instead of "reply to all":

--
The culprits are these commented lines in your uuthesis.cls:

%\newif\iflistoffigures
...
%\listoffigurestrue
...
%
%\def\listoffigures{
%  \iflistoffigures
%\newpage
%\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{LIST OF FIGURES}
%\mainheading{LIST OF FIGURES}\vskip 3pt
%\ifnoisy \typeout{List of Figures.} \fi
%\@starttoc{lof}
%  \else
%\ifnoisy \typeout{No list of figures.} \fi
%  \fi
%}

If you leave out all the "%", you'll get your LoF.

However, I think you have to ask who provided you the uuthesis.cls, maybe
they have commented those lines because they don't want LoFs in that kind
of thesis.

Good luck for your graduation!

Carla
-

P.S. = However, Günter is right, I you had done a MWE, you would probably
have found the problem by yourself!


Re: Using Lyx for non-Latin script languages

2017-03-13 Thread Scott Kostyshak
On Mon, Mar 13, 2017 at 08:44:04AM +0100, Yenovk Lazian wrote:
> Hi together! I am not quite sure if I get all your emails. I haven't yet
> found any solution for producing Armenian texts in Lyx.
> 
> The interface of Lyx I run under Linux seems to be somewhat different to
> mainstream versions. Some of the common functions are disabled. Later I'll
> send a couple of screenshots.
> 
> Yenovk

Sounds good. I hope you get it working. When you send the screenshots,
please also specify which distribution you use and whether you compiled
LyX yourself or used your distribution's package manager (or PPA).

The main question is Günter's below about the attachment on the trac
ticket. If you just download that attachment and compile without
changing anything, do you get a PDF or an error?

Could you also please "bottom-post"? (see
https://www.lyx.org/MailingLists#toc8 for details)

Best,

Scott

> On 13 March 2017 at 04:40, Scott Kostyshak  wrote:
> 
> > On Thu, Mar 02, 2017 at 07:38:16PM +, Guenter Milde wrote:
> > > On 2017-03-02, Yenovk Lazian wrote:
> > > > Pls have a look what I got. The option to use nonTex fonts remains
> > > > disabled.
> > >
> > > Strange.
> > >
> > > Could you please try with the attachment from
> > > http://www.lyx.org/trac/attachment/ticket/10580/
> > > ?
> >
> > Hi Yenovk, I just wanted to make sure you got the above email? We'll
> > try to remember to CC you since you're probably not subscribed to the
> > mailing list.
> >
> > Scott
> >


signature.asc
Description: PGP signature


Re: Using Lyx for non-Latin script languages

2017-03-13 Thread Yenovk Lazian
Hi together! I am not quite sure if I get all your emails. I haven't yet
found any solution for producing Armenian texts in Lyx.

The interface of Lyx I run under Linux seems to be somewhat different to
mainstream versions. Some of the common functions are disabled. Later I'll
send a couple of screenshots.

Yenovk

On 13 March 2017 at 04:40, Scott Kostyshak  wrote:

> On Thu, Mar 02, 2017 at 07:38:16PM +, Guenter Milde wrote:
> > On 2017-03-02, Yenovk Lazian wrote:
> > > Pls have a look what I got. The option to use nonTex fonts remains
> > > disabled.
> >
> > Strange.
> >
> > Could you please try with the attachment from
> > http://www.lyx.org/trac/attachment/ticket/10580/
> > ?
>
> Hi Yenovk, I just wanted to make sure you got the above email? We'll
> try to remember to CC you since you're probably not subscribed to the
> mailing list.
>
> Scott
>


Re: List of Figures

2017-03-13 Thread Guenter Milde
On 2017-03-12, Steve Burnham wrote:
> On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
>> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:

>> I'm having a hard time figuring an error out LyX gives on compilation. I'm
>> trying to include a list of figures in my document. One document based on
>> the same template (custom university thesis template) but this document
>> throws the following error:

>> Contents.

>> ! Undefined control sequence.

>> l.117 \listoffigures

...

> I was trying to avoid the minimal example since I have to use a
> dropbox link because of all of the custom class and layout files.

We still ask to provide a minimal example. It is far more easy for you
than for anyone else (downloading and experimenting with uncommon stuff)
and has to be done anyway to get to the core of the problem.

Günter