方框内为序言

方框内为序言

我想写一个序言,在封面和目录之间

但不知道如何制作一个像正方形的文本(如下所示)而不会在最后流血并开始

谢谢

序言文本 这是我的代码

\documentclass[a4paper,12pt,twoside,onecolumn,final,openany]{book}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc} 
\hyphenation{trian-gu-lar}

\usepackage{mathtools}
\usepackage{wasysym}
\let\wasysymLightning\lightning
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{mathrsfs}
\usepackage{stackengine}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage[all]{xy}
\usepackage{xfrac}
\usepackage{dsfont}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{upgreek}
\usepackage{faktor}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{fancyhdr}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
%para estilo negrita teorema
\usepackage{xpatch}
\makeatletter
   \xpatchcmd{\@thm}{\fontseries\mddefault\upshape}{}{}{} 
\makeatother
%para estilo negrita teorema
\newtheorem{theorem}{Teorema}[chapter]
\newtheorem{pro}[theorem]{Proposición}
\newtheorem{cor}[theorem]{Corolario}
\newtheorem{lem}[theorem]{Lema}

\theoremstyle{definition}
\newtheorem{defin}[theorem]{Definición}
\newtheorem{ejem}[theorem]{Ejemplo}
\newtheorem{note}[theorem]{Notación}

\theoremstyle{remark}
\newtheorem{obs}[theorem]{Observación}
\newtheorem*{nota}{Notación}

\setlength{\headheight}{15pt}

\author{Ja}


\begin{document}
\begin{titlepage}

%here need preface

\tableofcontents
\thispagestyle{empty}

\chapter{Pre}\label{pre}

\end{document}

相关内容