使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
E2L_Ivry
/
cours-python
关注
5
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Cleanup
master
Dimitri Merejkowsky
6 年前
父节点
952350f3a6
当前提交
7cd7ea564b
共有
2 个文件被更改
,包括
5 次插入
和
7 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-2
sessions/build.sh
+2
-5
sessions/python-02.tex
+ 3
- 2
sessions/build.sh
查看文件
@@ -8,6 +8,7 @@ if [[ -z $1 ]]; then
fi
(
cd build
texi2pdf ../python-${1}.tex
mkdir -p build
cd build
texi2pdf ../python-${1}.tex
)
+ 2
- 5
sessions/python-02.tex
查看文件
@@ -16,6 +16,8 @@
\begin{document}
\frame{\titlepage}
\begin{frame}
Note: \\~\\
@@ -72,11 +74,6 @@ Sur deux lignes
'Je suis une longue string'
\end{lstlisting}
\begin{alertblock}{Note}
A double tranchant ...
\end{alertblock}
\end{frame}