Can anyone help me on this: Within the middle of a page I would like to move the left margin or the hoffset to the middle of the page and insert some text aligning it the way i want.
As in this example(but it doesnt work, just to explain the idea)
Code: Select all
\documentclass{article}
\begin{document}
%some text here.
\begin{minipage}
\setlength{\hoffset}{5cm}
%some text aligned before and after the margin
\end{minipage}
\end{document}