]> rtime.felk.cvut.cz Git - mf6xx.git/commitdiff
Diploma thesis text. Minor changes.
authorRostislav Lisovy <lisovy@gmail.com>
Mon, 11 Apr 2011 14:55:21 +0000 (16:55 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Mon, 11 Apr 2011 14:55:21 +0000 (16:55 +0200)
doc/diploma_thesis/text/lisovy_dip.tex
doc/diploma_thesis/text/reference.bib

index 34cdbf0553c1f836dbeecd78702c77500a78e1a7..03f3cdce68f329121c5ff975756737b149884cd6 100644 (file)
@@ -253,16 +253,18 @@ Od čtenáře se očekává základní znalost používání operačního systé
 % zapracujte) pomoci prikazu bibtex a nasledne pdflatex (nebo
 % latex). Druhy z nich alespon 2x, aby se poresily odkazy.
 
+\nocite{*}
 %\bibliographystyle{abbrv}
 \bibliographystyle{plain}
 %\bibliographystyle{psc}
 {
 %JZ: 11.12.2008 (Nekdo chce mit v techto ukazkovych odkazech take odkaz 
 %JZ: na CSTeX, tak at to k necemu vypada...)
-\def\CS{$\cal C\kern-0.1667em\lower.5ex\hbox{$\cal S$}\kern-0.075em $}
+%\def\CS{$\cal C\kern-0.1667em\lower.5ex\hbox{$\cal S$}\kern-0.075em $}
+
 \bibliography{reference}
 }
-\nocite{*}
+
 % M. Dušek radi:
 %\bibliographystyle{alpha}
 % kdy citace ma tvar [AutorRok] (napriklad [Cook97]). Sice to asi neni  podle ceske normy (BTW BibTeX stejne neodpovida ceske norme), ale je to nejprehlednejsi.
index 94d4044ce93a51af6ed6399d1a2510c5a342d8c0..37a5b97919067b0445b98433f3550ca8e53ffd62 100644 (file)
        isbn = {978-80-251-2084-2},
 }
 
+@MISC{fpoulain,
+       author = {Fran\c{c}ois Poulain},
+       title = {{Humusoft MF624 Comedi driver}},
+       year = {2007},  
+       note = {\\\url{http://polux.rootard.free.fr/driver_comedi_07-05-08.tar.gz}},
+}
+
+@MISC{uio_doc,
+       author = {Hans-Jürgen Koch},
+       title = {{The Userspace I/O HOWTO}},
+       year = {2006--2009},    
+       note = {\\\url{http://www.kernel.org/doc/htmldocs/uio-howto.html}},
+}
+
+@MISC{comedi_doc,
+       author = {{David Schleef} and {Frank Hess} and {Herman Bruyninckx}},
+       title = {{The Control and Measurement Device Interface handbook}},
+       year = {1998--2003},    
+       note = {\\\url{http://www.comedi.org/doc/}},
+}
+
+@MISC{kernel_src,
+       author = {{Linus Torvalds} a různí autoři},
+       title = {{Jádro Linux (zdrojové kódy)}},
+       year = {1991--2011},    
+       note = {\\\url{http://kernel.org/}},
+}
 
+@MISC{qemu_src,
+       author = {{Fabrice Bellard} a různí autoři},
+       title = {{Qemu emulátor (zdrojové kódy)}},
+       year = {?--2011},       
+       note = {\\\url{git://git.qemu.org/qemu.git}},
+}