-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload the latex source files and the sample codes. All these had been finished years ago.:P
- Loading branch information
Showing
104 changed files
with
473,589 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
part: | ||
gbk2uni main.out | ||
latex main.tex | ||
dvipdfm main.dvi | ||
xpdf main.pdf | ||
|
||
all: | ||
latex main.tex | ||
-bibtex main | ||
latex main.tex | ||
gbk2uni main.out | ||
latex main.tex | ||
dvipdfm main.dvi | ||
acroread main.pdf | ||
|
||
clean: | ||
-find -name '*.aux' -exec rm {} \; | ||
-find -name '*.bak' -exec rm {} \; | ||
-find -name '*.dvi' -exec rm {} \; | ||
-find -name '*~' -exec rm {} \; | ||
-find -name 'ChangeLog' -exec rm {} \; | ||
-find -name '*.out' -exec rm {} \; | ||
-rm *.bbl *.blg *.log *.ps *.thm *.toc *.toe *.lof *.lot | ||
-rm _region_.tex | ||
-rm -rf auto | ||
-rm -rf ./body/auto | ||
-rm -rf ./reference/auto | ||
-rm -rf ./setup/auto | ||
-rm -rf *.prv | ||
|
||
clean-cvs-really: | ||
-find -name 'CVS' -exec rm -rf {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
\newcounter{algorithmeligne} | ||
|
||
\newenvironment{algorithme} | ||
{ | ||
\setcounter{algorithmeligne}{0} | ||
|
||
\newcommand{\ITEM}{ | ||
\stepcounter{algorithmeligne} | ||
{\footnotesize \arabic{algorithmeligne}.}\> | ||
} | ||
\newcommand{\lign}{\ITEM} | ||
\begin{center} | ||
\begin{tabular}{|c|} | ||
\hline | ||
\begin{minipage}{1cm} | ||
% \scriptsize | ||
\begin{tabbing} | ||
\hskip1cm\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\\\kill | ||
} | ||
{ | ||
\end{tabbing} | ||
\end{minipage} | ||
\\\hline | ||
\end{tabular} | ||
\end{center} | ||
} |
Oops, something went wrong.