How best to handle references using Quickbook
"Paul A. Bristow" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
I'm revisiting some docs that involve lots of references. I'm using Quickbook footnotes, (putting the reference at the bottom m of the page, but I'd *also* like a full list of references in a section References. So I'm using Quickbook footnotes with macros. [def __Coplien James O. Coplien. Advanced C++ Programming Styles and Idioms. Addison Wesley, Reading Massachusetts, 1992.] [def __MISRA MISRA. MISRA-C++ 2008: Guidelines for the Use of the C++ Language in Critical Systems. MISRA Consortium, [@http://www.misra-cpp.org/ MISRA-C++], 2008.] calling thus ... flexible numerical software architecture [footnote __Coplien], [footnote __MISRA] ... [section: references References] * __Coplien * __MISRA [endsect] [/section: references References] which produces the expected section References * James O. Coplien. Advanced C++ Programming Styles and Idioms. Addison Wesley, Reading Massachusetts, 1992. * MISRA. MISRA-C++ 2008: Guidelines for the Use of the C++ Language in Critical Systems. MISRA Consortium, MISRA-C++, 2008. What this *doesn't* allow one to do is to find where the reference is used in the original text. (And it's bit tiresome creating the macros :-( Any suggestions on how to do this better? Thanks Paul --- Paul A. Bristow, Prizet Farmhouse, Kendal LA8 8AB UK +44 1539 561830 07714330204 [email protected]