Search found 9 matches

by jlazkano
Fri Apr 23, 2010 2:23 pm
Forum: Text Formatting
Topic: Change nums to dots
Replies: 2
Views: 1753

Re: Change nums to dots

Thank you very much, you resolv my problem!!!

Thanks and best regards.
by jlazkano
Fri Apr 23, 2010 12:09 pm
Forum: Text Formatting
Topic: Change nums to dots
Replies: 2
Views: 1753

Change nums to dots

Hello everybody! I am editing a book on Latex, I want to change some numerate items. This is the code:


%Redefine the first level
\renewcommand{\theenumi}{\arabic{enumi}}
\renewcommand{\labelenumi}{\theenumi}

%Redefine the second level
\renewcommand{\theenumii}{\arabic{enumii}}
\renewcommand ...
by jlazkano
Sun Apr 11, 2010 8:33 pm
Forum: Graphics, Figures & Tables
Topic: Resized images
Replies: 2
Views: 1634

Re: Resized images

Thanks!!! It solve my problem!

Thanks and regards.
by jlazkano
Sun Apr 11, 2010 7:58 pm
Forum: Graphics, Figures & Tables
Topic: Resized images
Replies: 2
Views: 1634

Resized images

Hello, I want to add some images to a Latex document, the problem is that they use to resize and get pixeled.

This is the code:


\begin{figure}[h]
\begin{center}
\includegraphics{EJ1SIS}\\ %width=2.5583in
\end{center}
\caption{Esquema de transmisi\'on de datos con un cifrador-aleatorizador}
\end ...
by jlazkano
Sun Apr 11, 2010 7:36 pm
Forum: Graphics, Figures & Tables
Topic: Separate arrows
Replies: 2
Views: 1765

Separate arrows

Thanks for the reply, I solved adding spaces this way:


\begin{tabbing}
\hspace*{4,5cm} \= \hspace*{0,5cm} \= \hspace*{2cm} \=
\hspace*{0,5cm}\kill
\> A$\rightarrow$ \> $ $ 1\\
\> B$\rightarrow$ \> $ $ -1 1\\
\> C$\rightarrow$ \> $ $ -1 0\\
\> D$\rightarrow$ \> $ $ -1 -1\\
\> E$\rightarrow ...
by jlazkano
Sat Apr 10, 2010 11:57 pm
Forum: Page Layout
Topic: footnote as reference
Replies: 2
Views: 1629

Re: footnote as reference

Thank you very much. I solve it!!!

I use the \footnotemark and \footnotetext[number]{text}

Thanks!!!
by jlazkano
Sat Apr 10, 2010 11:38 pm
Forum: Graphics, Figures & Tables
Topic: Separate arrows
Replies: 2
Views: 1765

Separate arrows

Hello, I am editing a book with Latex, I want to add some arrows but their are so near to "minus" sign.

Is possible to separate them?

This is the code:


\begin{tabbing}
\hspace*{4,5cm} \= \hspace*{0,5cm} \= \hspace*{2cm} \=
\hspace*{0,5cm}\kill
\> A$\rightarrow$ \> 1\\
\> B$\rightarrow$ \> -1 ...
by jlazkano
Sat Apr 10, 2010 10:31 pm
Forum: Page Layout
Topic: footnote as reference
Replies: 2
Views: 1629

footnote as reference

Hello, I don't know is this is the place to ask this.

I am editing a book in Latex and I want to add a reference to a word and add it on the footnote.

Which is the way to do that?

I must add it manually on the botton of the page?

Thanks for all.
by jlazkano
Sat Apr 10, 2010 10:12 pm
Forum: Text Formatting
Topic: Enumerate with sections
Replies: 1
Views: 2024

Enumerate with sections

Hello everybody!!! I am new on this forum, I am correcting a book on Latex and I am having some problem with it.

I want to enumerate some items, but I cant enumerate the sections ones.

This is my code:


\newpage
\section {Contenidos te\'oricos}

%Redefine the first level
\renewcommand{\theenumi ...