This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Cleanup
master
Dimitri Merejkowsky
6 年之前
父節點
952350f3a6
當前提交
7cd7ea564b
共有
2 個文件被更改
,包括
5 次插入
和
7 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}