mailr28039 - /tags/4.0.0/docs/latex/relax.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 12, 2015 - 20:41:
Author: bugman
Date: Mon Oct 12 20:41:47 2015
New Revision: 28039

URL: http://svn.gna.org/viewcvs/relax?rev=28039&view=rev
Log:
Ported r28038 from trunk to allow the HTML manual to be compiled.

The command used was:
svn up; svn merge -r28037:28038 svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk/ 
.

.....
  r28038 | bugman | 2015-10-12 20:40:23 +0200 (Mon, 12 Oct 2015) | 6 lines
  
  Workaround for latex2html not being able to handle the allrunes package or 
associated font.
  
  In the preamble 'htmlonly' environment, the frame order symbols are 
redefined using the text 'Daeg'
  instead of the runic character.
.....

Modified:
    tags/4.0.0/docs/latex/relax.tex

Modified: tags/4.0.0/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/tags/4.0.0/docs/latex/relax.tex?rev=28039&r1=28038&r2=28039&view=diff
==============================================================================
--- tags/4.0.0/docs/latex/relax.tex     (original)
+++ tags/4.0.0/docs/latex/relax.tex     Mon Oct 12 20:41:47 2015
@@ -332,6 +332,16 @@
   % Redefine some commands to be prettier in HTML.
   \newcommand{\no}{-}
   \newcommand{\yes}{y}
+
+  \newcommand{\FO}{\textrm{Daeg}}
+  \newcommand{\FOn}{\textrm{Daeg}^{(n)}}
+  \newcommand{\FOnp}{\textrm{Daeg}^{(n)'}}
+  \newcommand{\FOone}{\textrm{Daeg}^{(1)}}
+  \newcommand{\FOonep}{\textrm{Daeg}^{(1)'}}
+  \newcommand{\FOtwo}{\textrm{Daeg}^{(2)}}
+  \newcommand{\FOtwop}{\textrm{Daeg}^{(2)'}}
+  \newcommand{\FOthree}{\textrm{Daeg}^{(3)}}
+  \newcommand{\FOfour}{\textrm{Daeg}^{(4)}}
 \end{htmlonly}
 
 % Make the index.




Related Messages


Powered by MHonArc, Updated Tue Oct 13 09:20:10 2015