如何用LaTeX编写标题页?

如何用LaTeX编写标题页?,latex,Latex,我正试图在下图中编写代码,有人能告诉我如何编写吗?使用tikz的一种可能方法: \documentclass{book} \usepackage{tikz} \usepackage{duckuments} \begin{document} \begin{tikzpicture}[remember picture,overlay] \fill[blue!20!white] (current page.south east) rectangle (current page.north west

我正试图在下图中编写代码,有人能告诉我如何编写吗?

使用tikz的一种可能方法:

\documentclass{book}

\usepackage{tikz}
\usepackage{duckuments}

\begin{document}

\begin{tikzpicture}[remember picture,overlay]
\fill[blue!20!white] (current page.south east) rectangle (current page.north west);
\draw[thick] ([xshift=1cm,yshift=1cm]current page.south west) rectangle ([xshift=-1cm,yshift=-1cm]current page.north east);
\node[anchor=east,font=\Huge\sffamily] at ([yshift=5cm,xshift=-2cm]current page.east) {Victor Hugo};
\node[anchor=west,font=\Huge\sffamily] at ([yshift=3cm,xshift=2cm]current page.west) {Les miserables};
\draw[thick] ([yshift=4cm,xshift=2cm]current page.west) -- ([yshift=4cm,xshift=-2cm]current page.east);
\node at ([yshift=2cm]current page.south) {some text};
\end{tikzpicture}

\duckument

\end{document}

您能做一个简单的说明,告诉我们您使用的是哪个documentclass和软件包吗?我不介意使用任何软件包,只要结果与图片上显示的一样。非常感谢!!你能为初学者推荐一些书吗?看一看或欣赏一下