blob: 94be5e7323782a8330f82ea931fdf08615a66c86 (
plain)
1
2
3
4
5
6
7
|
// 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.
*/
|