On Fri, 2002-08-30 at 01:17, Dekel Tsur wrote:
> 
> 
> If you want to define a new environment, use the following code 
> 
> \newcounter{enumisave}
> \def\myenumerate{%
>   \ifnum \@enumdepth >\thr@@\@toodeep\else
>     \advance\@enumdepth\@ne
>     \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
>       \expandafter
>       \list
>         \csname label\@enumctr\endcsname
>         {\usecounter\@enumctr%
>          \ifnum\@enumdepth=1 \setcounter{enumi}{\value{enumisave}}\fi%
>          \def\makelabel##1{\hss\llap{##1}}}%
>   \fi}
> \def\endmyenumerate{%
>     \ifnum\@enumdepth=1 \setcounter{enumisave}{\value{enumi}}\fi%
>     \endlist}

Where will I put the above code?  Is it in my preamble? 

> Another solution is not use a separate environment, but to put
> an ERT macro (e.g. \noreset) before each enumerate you don't want its
> number to reset.
> If you prefer this solution, I can provide the necessary tex code.

Can you send your TeX code to me so that I can check if it works with me? 

By the way, how can I successfully convert my LyX document that uses the 
CU-Thesis to a PDF file that supports links to the URLs? 

Also, how can I make the table of contents, list of figures and list of 
tables supports links internally in a PDF file?  The three of them are auto 
generated by the CU-Thesis and I didn't make it. 

Lastly, what is the best and easiest way to make Bibliographies and 
References for my thesis format for a newbie like me? 

Thank you very much. 

God bless... 

 ---
MARVIN T. PASCUAL
[EMAIL PROTECTED]
Quezon City, Philippines

Reply via email to