How could I position the epigraph in the end of the page, instead of at the beginning? I'm using this preamble:
\documentclass[pdftex,11pt,a4paper,openany]{memoir}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{indentfirst}
\usepackage{latexsym}
\usepackage{amsmath,amssymb,amsfonts,wasysym}
\usepackage[pdftex]{graphicx}
\usepackage{wrapfig}
\usepackage[left=3cm,right=2cm,top=3cm,bottom=3cm]{geometry}
\usepackage{color}
\usepackage[dvipsnames]{xcolor}
\definecolor{darkgray}{gray}{0.3}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage[pdftex, colorlinks=true, linkcolor=darkgray, citecolor=blue, urlcolor=blue]{hyperref}
and this commands on the page intended to the epigraph:
\thispagestyle{empty}
\epigraph{O problema dessas citações na internet é a dificuldade para saber se elas são realmente autênticas.}{Friedrich Nietzsche}
I already tried to use \vspace{} and \vfill, and they dont work.
memoirclass, you don't need to load theepigraphpackage --memoirincludes code equivalent to the package, and will ignore any attempt to load it. – lockstep Jul 23 '11 at 23:12\vspace*{\fill}, I'll add it to my answer. – Stefan Kottwitz Jul 24 '11 at 00:00\vspace*{\fill}still dont do it. – Rodrigo Thomas Jul 24 '11 at 00:27