Shruthi Jayaram | 8 Aug 2008 13:51
Picon

Cross-referencing

Hi,
I have redefined the enumerate environment to generate specific styles
of numbering. But when I use cross-referencing to point to a nested
item in the enumerate environment, it reflects the default enumeration
and not my re-defined enumeration. Is there any way I can fix this? I
have attached a self-explanatory TeX code to illustrate this better.
Thanks!
Shruthi

Shruthi Jayaram
National Institute of Public Finance and Policy
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
Manjusha Joshi | 8 Aug 2008 14:08
Picon
Gravatar

Re: Cross-referencing

Hi Shruti,

On Fri, Aug 8, 2008 at 5:21 PM, Shruthi Jayaram <
shruthi.jayaram.85@...> wrote:

> Hi,
> I have redefined the enumerate environment to generate specific styles
> of numbering. But when I use cross-referencing to point to a nested
> item in the enumerate environment, it reflects the default enumeration
> and not my re-defined enumeration. Is there any way I can fix this? I
> have attached a self-explanatory TeX code to illustrate this better.
> Thanks!
> Shruthi
>

We can not see the attachment, may be due to  mailing list policy.
Can you please paste the code in the mail?

Best regards,
-Manjusha
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

Ajay Shah | 8 Aug 2008 14:32

Re: Cross-referencing

On Fri, Aug 08, 2008 at 05:38:48PM +0530, Manjusha Joshi wrote:
> Hi Shruti,
> 
> On Fri, Aug 8, 2008 at 5:21 PM, Shruthi Jayaram <
> shruthi.jayaram.85@...> wrote:
> 
> > Hi,
> > I have redefined the enumerate environment to generate specific styles
> > of numbering. But when I use cross-referencing to point to a nested
> > item in the enumerate environment, it reflects the default enumeration
> > and not my re-defined enumeration. Is there any way I can fix this? I
> > have attached a self-explanatory TeX code to illustrate this better.
> > Thanks!
> > Shruthi
> >
> 
> We can not see the attachment, may be due to  mailing list policy.
> Can you please paste the code in the mail?

\documentclass[11pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\renewcommand{\labelenumi} {\bfseries\arabic{enumi}.} 
\renewcommand{\labelenumii} {(\arabic{enumii})}
\renewcommand{\labelenumiii} {(\alph{enumiii})}
\renewcommand{\labelenumiv} {(\roman{enumiv})}
\begin{document}
This is a working example of the issue I have with cross referencing. I have redefined the enumerate
(Continue reading)

Nina Mazumdar | 8 Aug 2008 16:20
Picon

Re: Cross-referencing

On Fri, Aug 8, 2008 at 6:02 PM, Ajay Shah <ajayshah@...> wrote:
> On Fri, Aug 08, 2008 at 05:38:48PM +0530, Manjusha Joshi wrote:
>> Hi Shruti,
>>
>> On Fri, Aug 8, 2008 at 5:21 PM, Shruthi Jayaram <
>> shruthi.jayaram.85@...> wrote:
>>
>> > Hi,
>> > I have redefined the enumerate environment to generate specific styles
>> > of numbering. But when I use cross-referencing to point to a nested
>> > item in the enumerate environment, it reflects the default enumeration
>> > and not my re-defined enumeration. Is there any way I can fix this? I
>> > have attached a self-explanatory TeX code to illustrate this better.
>> > Thanks!
>> > Shruthi
>> >
>>
>> We can not see the attachment, may be due to  mailing list policy.
>> Can you please paste the code in the mail?

Here is a modified version of your code to suit enumitem package which
is used here. This should provide your desired output. By the way,
enumitem is much useful in manipulating lists in a variety of ways.

\documentclass[11pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,enumitem}
\usepackage{amsfonts}
\usepackage{amssymb}

(Continue reading)

Nina Mazumdar | 9 Aug 2008 07:17
Picon

Re: Cross-referencing

On Fri, Aug 8, 2008 at 7:50 PM, Nina Mazumdar
<nina.mazumdar@...> wrote:
> On Fri, Aug 8, 2008 at 6:02 PM, Ajay Shah <ajayshah@...> wrote:
>> On Fri, Aug 08, 2008 at 05:38:48PM +0530, Manjusha Joshi wrote:
>>> Hi Shruti,
>>>
>>> On Fri, Aug 8, 2008 at 5:21 PM, Shruthi Jayaram <
>>> shruthi.jayaram.85@...> wrote:
>>>
>>> > Hi,
>>> > I have redefined the enumerate environment to generate specific styles
>>> > of numbering. But when I use cross-referencing to point to a nested
>>> > item in the enumerate environment, it reflects the default enumeration
>>> > and not my re-defined enumeration. Is there any way I can fix this? I
>>> > have attached a self-explanatory TeX code to illustrate this better.
>>> > Thanks!
>>> > Shruthi
>>> >
>>>
>>> We can not see the attachment, may be due to  mailing list policy.
>>> Can you please paste the code in the mail?
>
> Here is a modified version of your code to suit enumitem package which
> is used here. This should provide your desired output. By the way,
> enumitem is much useful in manipulating lists in a variety of ways.
>
> \documentclass[11pt,a4paper]{article}
> \usepackage[latin1]{inputenc}
> \usepackage{amsmath,enumitem}
> \usepackage{amsfonts}
(Continue reading)

Swami Pallasena | 9 Aug 2008 21:15
Picon
Picon
Favicon

pdfscreen problem in Tamil/Malayalam Omega

When "pdfscreen" is used in Tamil/Malayalam Omega, the
command "lambda file.tex" generates lots of errors
commencing with
Undefined control sequence     \pdfoutput =1,
and so on (I guess, all related to hyperref/pdf).
Is there a way I can successfully use "pdfscreen" package'
in Tamil/Malayalam Omega?  Of course in Malayalam LaTeX 0.9.6,
or DevanagariTeX, pdfscreen  works perfetcly well.
Thanks
Narayanaswami

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

Nina Mazumdar | 10 Aug 2008 06:48
Picon

Re: pdfscreen problem in Tamil/Malayalam Omega

On Sun, Aug 10, 2008 at 12:45 AM, Swami Pallasena <swami@...> wrote:
> When "pdfscreen" is used in Tamil/Malayalam Omega, the
> command "lambda file.tex" generates lots of errors
> commencing with
> Undefined control sequence     \pdfoutput =1,
> and so on (I guess, all related to hyperref/pdf).
> Is there a way I can successfully use "pdfscreen" package'
> in Tamil/Malayalam Omega?  Of course in Malayalam LaTeX 0.9.6,
> or DevanagariTeX, pdfscreen  works perfetcly well.

\usepackage[dvips]{hyperref}
\usepackage[screen,dvips,<your options>]{pdfscreen}

Happy TeXing and best regards

--

-- 
Nina
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

Swami Pallasena | 10 Aug 2008 16:53
Picon
Picon
Favicon

Re: pdfscreen problem in Tamil/Malayalam Omega

Thanks very much for the help. It works fine.  But there is one minor
problem.I want to use one of the pre-defined/pre-built overlays
that come bundled with the pdfscreen package (that is,
overlay1.pdf, overlay2.pdf,  etc).  With the preamble,
\overlay(overlay4.pdf), for example, after loading pdfscreen package,
when I run "lambda", it complains
"cannot determine size of the graphic in overlay4.pdf (no bounding box)". 
For each of those pre-defined overlay pdf files in pdscreen bundle,
how can I give the information regarding bounding box to "lambda"?
Or, is there any short-cut method? Thanks in advance for any help.
Narayanaswami

On Sun, 10 Aug 2008, Nina Mazumdar wrote:

> On Sun, Aug 10, 2008 at 12:45 AM, Swami Pallasena <swami@...> wrote:
>> When "pdfscreen" is used in Tamil/Malayalam Omega, the
>> command "lambda file.tex" generates lots of errors
>> commencing with
>> Undefined control sequence     \pdfoutput =1,
>> and so on (I guess, all related to hyperref/pdf).
>> Is there a way I can successfully use "pdfscreen" package'
>> in Tamil/Malayalam Omega?  Of course in Malayalam LaTeX 0.9.6,
>> or DevanagariTeX, pdfscreen  works perfetcly well.
>
> \usepackage[dvips]{hyperref}
> \usepackage[screen,dvips,<your options>]{pdfscreen}
>
> Happy TeXing and best regards
>
> -- 
(Continue reading)

Nina Mazumdar | 10 Aug 2008 17:37
Picon

Re: pdfscreen problem in Tamil/Malayalam Omega

On Sun, Aug 10, 2008 at 8:23 PM, Swami Pallasena <swami@...> wrote:
> Thanks very much for the help. It works fine.  But there is one minor
> problem.I want to use one of the pre-defined/pre-built overlays
> that come bundled with the pdfscreen package (that is,
> overlay1.pdf, overlay2.pdf,  etc).  With the preamble,
> \overlay(overlay4.pdf), for example, after loading pdfscreen package,
> when I run "lambda", it complains
> "cannot determine size of the graphic in overlay4.pdf (no bounding box)".
> For each of those pre-defined overlay pdf files in pdscreen bundle,
> how can I give the information regarding bounding box to "lambda"?
> Or, is there any short-cut method? Thanks in advance for any help.

Lambda does not digest graphics in *.pdf format.  You need to convert
the overlay pdf into *.eps format.  If you are in GNU/Linux, you may
do it with the command

  convert overlay4.pdf overlay4.eps

That will do the trick.

Happy TeXing and best regards

--

-- 
Nina
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

(Continue reading)

Nina Mazumdar | 11 Aug 2008 17:47
Picon

TUG 2008

Dear all,

For those who have not attended the recently concluded TUG 2008, all
the talks in various audio/video formats are available at:

  http://www.river-valley.tv/conferences/tug2008/

Happy TeXing and best regards

--

-- 
Nina
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia


Gmane