Page Layout ⇒ Abstract margins - HELP!
Abstract margins - HELP!
Thanks Malvi
\documentclass[pdftex,11pt,twoside]{report}
\usepackage[a4paper]{geometry}
\geometry{a4paper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\usepackage[version=3]{mhchem}
\usepackage{longtable}
\setlength\LTleft\parindent
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{array}
\usepackage{float}
\setlength{\parskip}{0pt}
\usepackage{palatino}
\usepackage{titlesec}
\usepackage{amsmath,amssymb}
\usepackage{fancyhdr}
\fancyhf{}
\fancyhead[LE]{\leftmark}
\fancyhead[RO]{\rightmark}
\fancyfoot[CEO]{\thepage}
\pagestyle{fancy}
\usepackage[]{natbib}
\linespread{1.5}
\usepackage{setspace}
\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\vspace*{50 pt}%
{\setlength{\parindent}{0pt} \raggedright \normalfont
\bfseries\Huge
\ifnum \value{secnumdepth}>1
\if@mainmatter\thechapter.\ \fi%
\fi
#1\par\nobreak\vspace{40 pt}}}
\makeatother
\begin{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Abstract margins - HELP!
Re: Abstract margins - HELP!
\absleftindent
\absrightindent
\absparindent
\absparseptext
I'm afraid they won't do the job....
Re: Abstract margins - HELP!
What else do you need?
If you want the abstract to appear higher on the page, couldn't you use a negative \hspace before it? I guess that's kind of an ugly hack. Someone else might have another idea, though.