blob: 2e022de33f7712375b655f267b04e6cc7beb7b28 (
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.
*
* Other references with crossreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
*/
|