I've been using ragged2e package in order to get all my document left justified. Since I'm using this package LaTex stop generating indents at the beginning of my paragraphs.
I'm trying to use:
Code: Select all
\documentclass[12pt,openany]{report}
\usepackage[document]{ragged2e}
\usepackage{parskip}
\setlength\parindent{0.5 in}
Code: Select all
\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.875in}
\addtolength{\textwidth}{1.75in}
\addtolength{\topmargin}{-.875in}
\addtolength{\textheight}{1.75in}
2.- Does anybody knows how to use the page numbering in the fashion that is showed in the file attached at this topic? (I've been using \pagenumbering{roman or arabic} command)
Thanks for reading! :)