Search found 3 matches

by -S8-
Wed Jun 08, 2011 6:23 pm
Forum: LyX
Topic: Cross reference as part.section.#
Replies: 4
Views: 5098

Cross reference as part.section.#

Hi, I managed to obtain what I wanted. I've used the following preamble:
\renewcommand{\thepart}{\Roman{part}}
\renewcommand{\theequation}{\thepart.\thesection.\arabic{equation}}
\renewcommand{\thefigure}{\thepart.\thesection.\arabic{figure}}

So now I can cross reference formulas and images as ...
by -S8-
Fri Jun 03, 2011 10:21 pm
Forum: LyX
Topic: Cross reference as part.section.#
Replies: 4
Views: 5098

Re: Cross reference as part.section.#

Thank you! I've tried both options and it works! :D


Actually they change also the TOC and all section and subsection in the part.section format, but I just want to redefine the cross-references. That's way I think the problem is in the refstyle package.
Now I realize that I don't know if what I ...
by -S8-
Fri Jun 03, 2011 5:14 pm
Forum: LyX
Topic: Cross reference as part.section.#
Replies: 4
Views: 5098

Cross reference as part.section.#

Hi to all,
it bothers me spending my first post asking for help, but here I am. :P

I'm using the article document class and I structured my work in Part/Section/Subsection; using the command \@addtoreset{section}{part} I reset the section numbering for each part. When I use cross-reference for ...