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:
Code: Select all
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{0.375in}
\addtolength{\textwidth}{0.1in}
\addtolength{\topmargin}{-.375in}
\addtolength{\textheight}{0.75in}
% Adjust margins for itemize
\setlength{\leftmargini}{4pt}
And my itemize environment:
Code: Select all
\newcommand{\myItem}[1]{\item #1 \vspace{-2pt}}
\begin{itemize}[labelindent=1.3em, labelsep=-3cm,leftmargin=*]
\myItem{\hspace*{\fill}{\footnotesize AAA}}\hfill {\textnormal {BBB}}
\end{itemize}
According to this example, \textnormal {BBB} is not justified, goes outside margins.
Thanks a lot, one more time.
dieinfolk