blob: 4b5e40dd18e006128bc59347bb124d46df055a8b (
plain)
1
2
3
4
5
6
7
8
9
|
// objective: test the \cite command
// check: indexpage.xml
// check: citelist.xml
// config: CITE_BIB_FILES = $INPUTDIR/sample.bib
/** \mainpage
* See \cite knuth79 for more info.
*
* Oter references with crosreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
*/
|