本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關注
5
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Adapt build.sh
master
Dimitri Merejkowsky
6 年之前
父節點
98dc0984cf
當前提交
952350f3a6
共有
1 個檔案被更改
,包括
4 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
sessions/build.sh
+ 4
- 2
sessions/build.sh
查看文件
@@ -7,5 +7,7 @@ if [[ -z $1 ]]; then
exit 1
fi
darkslide --linenos=no "${1}.md" --destination "${1}.html"
(
cd build
texi2pdf ../python-${1}.tex
)