diff options
author | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-08-20 21:55:36 +0200 |
---|---|---|
committer | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-08-20 21:55:36 +0200 |
commit | bc3bb79d16c52531387c70c24f94513b62dcfa67 (patch) | |
tree | 0beb4e1dc31026331dff2238e5af0d009c203573 /mod/doc | |
parent | 2e4451816ad9d3af5c1bdd70763b0db8f599700c (diff) | |
download | context-rst-bc3bb79d16c52531387c70c24f94513b62dcfa67.tar.gz |
optional BOM trimming
Diffstat (limited to 'mod/doc')
-rw-r--r-- | mod/doc/context/third/rst/manual.bib | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/doc/context/third/rst/manual.bib b/mod/doc/context/third/rst/manual.bib new file mode 100644 index 0000000..638ed80 --- /dev/null +++ b/mod/doc/context/third/rst/manual.bib @@ -0,0 +1,10 @@ +@BOOK{texbook, + author = {Donald E. Knuth}, + title = {The \TEX book}, + year = {1984}, + address = {Reading, Mass. et. al.}, + location = {Reading, Mass. et. al.}, + series = {Computers and typesetting vol. 1}, + keywords = {all} +} + |