이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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}