ods

Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations.

Github星跟蹤圖

latex/ contains the latex sources
java/ods contains the java sources
cpp contains the C++ sources (still under development)

To make the books (ods-java.pdf and ods-cpp.pdf and ods-python.pdf):
mkdir ~/texmf/tex/latex/ods/
cp ods-colors.sty ~/texmf/tex/latex/ods/
cd latex ; make
This will require a decent installation of pdflatex, perl, ipe, inkscape,
gnuplot, and pdftk.

If you have problems with tikz figures, consult the solution here:
http://goo.gl/hCvlyp

If ipetoipe generates errors about ods-colors.sty, then try this:

mkdir -p ~/texmf/tex/latex/ods/
ln -s $PWD/latex/ods-colors.sty ~/texmf/tex/latex/ods/
texhash

To make the Java archive ods.jar:
cd java ; make

To make both:
make

What's in here:
java/test - Test code from Sun/Oracle and Apache
java/junk - Small sample code snippets used in the text
java/ods - The Java data structures sources
cpp - The C++ data structures sources and sample code
python - The Python code used to generate the pseudocode version
python/tests - Unit tests for the Python code
latex - The book's latex source code and scripts
latex/figs - The book's ipe figures
latex/images - Images used in the book

How it works:
The Makefile and Perl script in ./latex do the following:

  1. Convert ipe figures in ./latex/figs into pdf
  2. Convert svg figures in ./latex/images into pdf
  3. Scan the latex sources and generate -java.tex and -cpp.tex files
    that include source code from ./java and ./cpp directories
  4. Run pdflatex and bibtex to generate the file ods-java.pdf and
    ods-cpp.pdf

主要指標

概覽
名稱與所有者patmorin/ods
主編程語言TeX
編程語言Makefile (語言數: 10)
平台
許可證Other
所有者活动
創建於2011-02-18 14:12:35
推送於2022-02-02 02:11:21
最后一次提交2019-12-08 09:37:03
發布數8
最新版本名稱edition-0.1g (發布於 2014-02-04 23:17:03)
第一版名稱comp2402f2011 (發布於 )
用户参与
星數1.2k
關注者數63
派生數247
提交數723
已啟用問題?
問題數43
打開的問題數22
拉請求數37
打開的拉請求數14
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?