File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 78
78
79
79
% \includeonly{ch02.tex}
80
80
81
+ \usepackage {tikz }
82
+
81
83
% Document
82
84
\begin {document }
85
+ \begin {sloppypar } % latex中一行文字出现溢出问题的解决方法
86
+ % \maketitle
87
+
88
+ \begin {center }
89
+ \thispagestyle {empty}
90
+ % \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{cover.jpg}
91
+ \begin {tikzpicture }[remember picture, overlay, inner sep=0pt]
92
+ \node at (current page.center)
93
+ {\includegraphics [width=\paperwidth , keepaspectratio=false]{cover.jpg}};
94
+ \end {tikzpicture }
95
+ \newpage
96
+ \thispagestyle {empty}
97
+ \huge
98
+ \textbf {Programming Rust, 2nd Edition }
99
+ \\ [10pt]
100
+ \normalsize
101
+ Fast, Safe Systems Development
102
+ \\ [9pt]
103
+ \normalsize
104
+ 作者: Jim Blandy, Jason Orendorff, Leonora F. S. Tindall
105
+ \\ [8pt]
106
+ \normalsize
107
+ 译者:\href {https://github.com/MeouSker77/ProgrammingRust}{MeouSker77}
108
+ \\ [8pt]
109
+ \normalsize
110
+ 版本:\href {https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/}{2021-06-11}
111
+ \end {center }
112
+
83
113
\frontmatter
84
114
\setcounter {secnumdepth}{0}
85
115
\pagestyle {front}
116
146
\include {ch22 }
117
147
\include {ch23 }
118
148
\backmatter
149
+ \end {sloppypar }
119
150
\end {document }
You can’t perform that action at this time.
0 commit comments