Search found 10 matches

by n070161
Fri Sep 03, 2010 4:08 pm
Forum: General
Topic: \autoref and \chaptername
Replies: 4
Views: 7339

Re: \autoref and \chaptername

Thank you!

that's just what I've been looking for.
by n070161
Fri Sep 03, 2010 9:19 am
Forum: General
Topic: \autoref and \chaptername
Replies: 4
Views: 7339

Re: \autoref and \chaptername

Thank you

Nevertheless, it's not the first time I'm having this problem, and not always trying to call them "Capítulo(s)" (sometimes "Tema(s)", for example), so I still would like to know how to do it :P
by n070161
Fri Sep 03, 2010 12:39 am
Forum: General
Topic: \autoref and \chaptername
Replies: 4
Views: 7339

\autoref and \chaptername

*SOLVED*

Hello,

I changed the \chaptername command for getting "Capítulo" rather than "Chapter", but when I label a chapter (by \label{chap:1}, for example) and then reference it (by \autoref{chap:1}) I get a link which says "chapter 1" and not "Capítulo 1". Anybody knows how to fix that problem ...
by n070161
Fri Sep 03, 2010 12:12 am
Forum: General
Topic: Double footnotes
Replies: 6
Views: 16651

Re: Double footnotes

Hi again,

I was thinking of the two footnote numbers seppared by a comma (,), but your solution is even better :P

Thank you very much
by n070161
Thu Sep 02, 2010 11:38 pm
Forum: General
Topic: Double footnotes
Replies: 6
Views: 16651

Double footnotes

Hi everybody,

I'd like to make a 'double footnote', that is, two footnote numbers in diferentent positions (on the same paragraph and page) linked to the same text. Someone has any idea of how can I get it?

Thank you!
by n070161
Mon Aug 30, 2010 8:48 pm
Forum: General
Topic: Chapter's title
Replies: 7
Views: 3699

Re: Chapter's title

Thank you very much :) both solutions worked for me

Really thank you
by n070161
Mon Aug 30, 2010 6:37 pm
Forum: General
Topic: Chapter's title
Replies: 7
Views: 3699

Re: Chapter's title

First of all, sorry for the 'troubled' post (the external links and the code fragment).

I tried what you suggest, but I can't find the way of printing the number (\thechapter) below the name (\chaptername), so that's why I want to modify the underlying code, because the titlesec's default options ...
by n070161
Mon Aug 30, 2010 5:44 pm
Forum: General
Topic: Chapter's title
Replies: 7
Views: 3699

Chapter's title

That's right, sorry.

*Edited*
There's the code that I'm using (from frame.tss):


\gdef\ttlh@frame#1#2#3#4#5#6#7#8{%
\def\ttl@filleft##1{\hfill}%
\def\ttl@filright##1{\hfill}%
\gdef\ttl@makeline##1{%
\ttl@calc\hspace{#6}##1\ttl@calc\hspace{#7}}%
\interlinepenalty\@M
\ttl@changecentercr
#1 ...
by n070161
Mon Aug 30, 2010 5:14 pm
Forum: General
Topic: Chapter's title
Replies: 7
Views: 3699

Chapter's title

Hello,

I'm modifying the \chapter command in order to get (when a new chapter starts) something like this:
ChapterStyle.jpg
With some help from the frame.tss file of the titlesec package I got some almost perfect results, but I can't get the number (\thechapter) centered below the name ...
by n070161
Fri Aug 27, 2010 11:27 pm
Forum: General
Topic: Help me with \p@
Replies: 1
Views: 1870

Help me with \p@

Hello,

I've been using LaTeX for the last months and now I'm trying to make my own class (.cls). I admit it's harder than I thought, but it progresses. Nevertheless, I still don't have any idea of the meaning of some TeX commands like \p@, \relax or \thanks. I use them as I saw on some examples ...