Created
September 24, 2018 15:00
-
-
Save kauplan/40a2989487cdcf2ed0e88ea2f25483b5 to your computer and use it in GitHub Desktop.
Re:VIEW2.5 で、タイトルページをカスタマイズ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% -*- coding: utf-8 -*- | |
%% | |
%% 使い方: | |
%% | |
%% 1. config.ymlがあるのと同じディレクトリに「_cover.tex」を保存。 | |
%% 2. _covert.texの内容を適当に変更。 | |
%% 3. config.ymlの最後のほうに、「 coverfile: _cover.tex」を追加(以下を参照)。 | |
%% 4. rake pdfを実行 | |
%% | |
%% config.yml: | |
%% ``` | |
%% ...(省略)... | |
%% # 表紙に配置し、書籍の影絵にも利用する画像ファイル。 | |
%% coverimage: null | |
%% coverfile: _cover.tex # ←これを追加 | |
%% # | |
%% # pdfmaker:階層を使うものはここまで | |
%% ``` | |
%% | |
\begin{titlepage} | |
\thispagestyle{empty} | |
\begin{center}% | |
\mbox{} \vskip5zw | |
\reviewtitlefont% | |
{\Huge 初心者でもわかる!\\ はじめてのXXX入門 \par}% | |
\vskip 1em% | |
{\Large 概念と基本操作を2時間でマスター! \par}% | |
\vskip 15em% | |
{\huge | |
\lineskip .75em | |
\begin{tabular}[t]{c}% | |
カウプラン機関極東支部 著 | |
\end{tabular}\par}% | |
\vfill | |
{\large 2018{-}10{-}08 版\hspace{2zw} 発行\par}% | |
\vskip4zw\mbox{} | |
\end{center}% | |
\end{titlepage} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment