Search found 12 matches

by dieinfolk
Tue Nov 13, 2012 11:06 pm
Forum: General
Topic: bookmarks doesn't point the right place
Replies: 4
Views: 6235

Re: bookmarks doesn't point the right place

uuhh now I see, thanks.

I also tried with belowpdfbookmark and subpdfbookmark, and it work as well :)
However, there's something I didn't understand. It's not really important, but I'm wondering why.

By clicking on the bookmarks, it shows you where the text is, and locates the text at the very ...
by dieinfolk
Tue Nov 13, 2012 1:29 am
Forum: General
Topic: bookmarks doesn't point the right place
Replies: 4
Views: 6235

Re: bookmarks doesn't point the right place

Thanks a lot! It solved my problem!

But I used -1 level because on page 168 - Beginner's Guide -, I found this specifications:

Command Level
\part .............. -1 (book and report class)
\chapter ........... 0 (not available in article class)
\section ........... 1
\subsection ........ 2 ...
by dieinfolk
Mon Nov 12, 2012 1:23 am
Forum: General
Topic: bookmarks doesn't point the right place
Replies: 4
Views: 6235

bookmarks doesn't point the right place

Hello,

I'm creating my own bookmarks since I'm not using parts, sections nor chapters.

\documentclass{article}
\usepackage[english]{babel}
\usepackage[ansinew]{inputenc}
\usepackage[]{hyperref}
\hypersetup{
bookmarks = true,
pdftoolbar = true,
pdfmenubar = true,
}
\begin{document ...
by dieinfolk
Thu Nov 01, 2012 6:56 pm
Forum: Text Formatting
Topic: Alignment for itemized List
Replies: 6
Views: 18410

Alignment for itemized List

Sorry for the mess... I'm quite new with latex.

@Stefan, you were right. I could solve my problem removing \raggedright.

Many Thanks,
dieinfolk.
by dieinfolk
Sun Oct 21, 2012 7:07 pm
Forum: Text Formatting
Topic: Alignment for itemized List
Replies: 6
Views: 18410

Alignment for itemized List

Hello,

I'm gonna express my problem in a different way, with the following example:

\documentclass{article}

% Adjust margins for itemize
\setlength{\leftmargini}{4pt}

\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}

\begin{itemize}
\resitem{%Here it goes a full paragraph%}
\end{itemize}

My ...
by dieinfolk
Wed Oct 17, 2012 11:07 pm
Forum: Text Formatting
Topic: Alignment for itemized List
Replies: 6
Views: 18410

Alignment for itemized List

Hello,

I am sorry for my previous post. I'll try to make myself better understood.

My problem is that I can't get my itemize justified with the whole document. My item is always going outside of the right margin, so it is not a justified text anymore.

I use this settings:

\raggedbottom ...
by dieinfolk
Tue Oct 16, 2012 11:52 pm
Forum: Text Formatting
Topic: Alignment for itemized List
Replies: 6
Views: 18410

Alignment for itemized List

Hello,

I have problems aligning an item.

\begin{itemize}[labelindent=1.3em, labelsep=-3cm,leftmargin=*]
\resitem{\hspace*{\fill}{\footnotesize myText1}}\hfill {\textnormal {myText2}}
\end{itemize}

Text on the right side ("myTex2" in the example) goes outside my document right margins.

How ...
by dieinfolk
Tue Oct 16, 2012 10:36 pm
Forum: Text Formatting
Topic: Additional Line for Item in itemized List
Replies: 4
Views: 3924

Re: Additional Line for Item in itemized List

Thanks you so much cgnieder!

It really works :) I've achieved something but doing a lot of nonsense and tricky things. This is very simple and useful!
by dieinfolk
Fri Oct 05, 2012 8:51 pm
Forum: Graphics, Figures & Tables
Topic: Package graphic{s,x}
Replies: 3
Views: 11658

Re: Package graphic{s,x}

@cgnieder: you were totally right, with the order :)
@nlct: for me it's working both, with and without the extension

Thank you so much!
by dieinfolk
Thu Oct 04, 2012 10:19 pm
Forum: Text Formatting
Topic: Additional Line for Item in itemized List
Replies: 4
Views: 3924

Re: Additional Line for Item in itemized List

Hello,

I edited my post, but it seems like I should have replied instead.

Please, does someone know how i could add a line? (see my first post)

Thanks a lot to everyone,
dieinfolk