I'm a LaTex newbie, I took some packages from a partner document, I've been studying some of them carefully but it seems that LaTex use completely justified text as default configuration.
I found that by using
\usepackage[document]{ragged2e}
you can get all your document left justified. The problem I've is that the pdf output stop obeying my paragraph delimitation by using \\
,I've attached both pdf outputs with and without using ragged2e package.
Also I've been using this packages and configuration:
Code: Select all
\documentclass[12pt,openany]{report}
\usepackage[document]{ragged2e}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[spanish,activeacute,es-lcroman,es-tabla]{babel}
\usepackage{mathtools}
\usepackage[latin1]{inputenc}
\usepackage{dcolumn}
\usepackage{float}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{epstopdf}
\usepackage{subfig}
\usepackage{color}
\usepackage{pifont}
\usepackage{apacite}
\usepackage{authblk}
\usepackage{rotating}
\usepackage{verbatim}
\usepackage{moreverb}
\spanishdecimal{.}
\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.875in}
\addtolength{\textwidth}{1.75in}
\addtolength{\topmargin}{-.875in}
\addtolength{\textheight}{1.75in}
Thanks for reading!!
