Index: mttroot/mtt/bin/trans/awk/rep_txt2tex.awk ================================================================== --- mttroot/mtt/bin/trans/awk/rep_txt2tex.awk +++ mttroot/mtt/bin/trans/awk/rep_txt2tex.awk @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1997/05/22 07:36:35 peterg +## \ref --> \Ref +## ## Revision 1.3 1997/05/19 16:43:34 peterg ## Explicit include of tex files 'cos latex2html prefers this! ## # Revision 1.2 1997/05/19 16:11:10 peterg # Modified section headers. @@ -59,11 +62,11 @@ printf("This representation is given as Figure \\Ref{fig:%s}.\n", Rep_lang); print " \\begin{figure}"; printf(" \\epsfig{file=%s_%s.%s,width=\\linewidth}\n", \ system_name, Representation, Language); printf(" \\caption{System \\textbf{%s}, representation %s}\n", system_name, Representation); - printf(" \\label{fig:%s}\n", Rep_lang); + printf(" \\label{fig:%s_%s}\n", system_name, Representation); print " \\end{figure}"; } } } END {