Hello,
I write thesis in LaTeX, Bibtex.
What is/are the best way(s) to cite Latex ?
Maybe reference article or book ?
For Maxima I've been adviced to follow their FAQ and reference program
itself
http://maxima-project.org/wiki/index.php?title=Maxima_FAQ#What_is_the_appropriate_way_to_cite_maxima_in_an_academic_context.3F
In similar fashion, I've wrote sth like this about GCC:
@ELECTRONIC{GCC,
author = {Free Software Foundation, Inc.},
year = {2012},
title = {GCC, the GNU Compiler Collection},
address = {
http://gcc.gnu.org/},
url = {
http://gcc.gnu.org/},
owner = {freesofoftwarefoundation},
timestamp = {2012.02.02}
}
Maybe there are books or papers to reference ?
To be more specific, I'd like to reference to two things:
* GCC in general, as Compiler Collection
* GIMPLE as Intermediate Representation
Best,
Greg (gwpl)