all: rename book title

Update #1
This commit is contained in:
Changkun Ou
2019-07-20 12:44:34 +02:00
parent 6238d66b11
commit 2eb8fdb099
21 changed files with 27 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
title = 'C++11/14/17/20 On the Fly'
title = 'Modern C++ Tutorial: C++11/14/17/20 On the Fly'
filename = 'modern-cpp-tutorial'
outputname='modern-cpp-tutorial'
revision = $(shell git describe --always --tags)

View File

@@ -10,7 +10,7 @@ ignores = ['TOC', 'Table of Content', 'License', 'license']
with open('modern-cpp-tutorial.md', 'w') as outfile:
outfile.write("""---
title: "C++11/14/17/20 On the Fly"
title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"
author: Changkun Ou <hi@changkun.us>
copyright: cc-by-nc-nd 4.0
---

View File

@@ -158,7 +158,7 @@ $endif$
\thispagestyle{plain}
\begin{center}
{\LARGE\textbf{C++11/14/17/20 On the Fly}}
{\LARGE\textbf{Modern C++ Tutorial: C++11/14/17/20 On the Fly}}
\vspace{1em}
{\large Changkun Ou (hi@changkun.us)}
@@ -176,7 +176,7 @@ $endif$
\noindent This work was written by \href{https://github.com/changkun}{Ou Changkun} and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. \texttt{\small http://creativecommons.org/licenses/by-nc-nd/4.0/}
\vspace{6em}
\vspace{5em}
\includegraphics{../../assets/cover-2nd-en}
\end{center}