mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
all: update dep and email addr
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# !/usr/bin/env python3
|
||||
# author: changkun<hi@changkun.us>
|
||||
# author: changkun<hi[at]changkun.de>
|
||||
|
||||
import os
|
||||
|
||||
@@ -11,7 +11,7 @@ ignores = ['TOC', 'Table of Content', 'License', 'license']
|
||||
with open('modern-cpp-tutorial.md', 'w') as outfile:
|
||||
outfile.write("""---
|
||||
title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"
|
||||
author: Changkun Ou <hi@changkun.us>
|
||||
author: Changkun Ou <hi[at]changkun.de>
|
||||
copyright: cc-by-nc-nd 4.0
|
||||
---
|
||||
""")
|
||||
|
||||
@@ -159,7 +159,7 @@ $endif$
|
||||
{\LARGE\textbf{Modern C++ Tutorial: C++11/14/17/20 On the Fly}}
|
||||
|
||||
\vspace{1em}
|
||||
{\large Changkun Ou (hi@changkun.us)}
|
||||
{\large Changkun Ou (hi[at]changkun.de)}
|
||||
|
||||
\vspace{1ex}
|
||||
Last update: \today
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# !/usr/bin/env python3
|
||||
# author: changkun<hi@changkun.us>
|
||||
# author: changkun<hi[at]changkun.de>
|
||||
|
||||
import os, io
|
||||
|
||||
@@ -9,7 +9,7 @@ ignores = ['TOC', '返回目录', '许可', 'license']
|
||||
|
||||
head = """---
|
||||
title: "现代 C++ 教程:高速上手 C++11/14/17/20"
|
||||
author: 欧长坤 <hi@changkun.us>
|
||||
author: 欧长坤 <hi[at]changkun.de>
|
||||
copyright: cc-by-nc-nd 4.0
|
||||
---
|
||||
"""
|
||||
|
||||
@@ -166,7 +166,7 @@ $endif$
|
||||
{\LARGE\textbf{现代 C++ 教程:高速上手 C++11/14/17/20}}
|
||||
|
||||
\vspace{1em}
|
||||
{\large 欧长坤 (hi@changkun.us)}
|
||||
{\large 欧长坤 (hi[at]changkun.de)}
|
||||
|
||||
\vspace{1ex}
|
||||
最后更新 \today - \revision
|
||||
|
||||
Reference in New Issue
Block a user