[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Script_Functions.tex

raeburn raeburn at source.lon-capa.org
Sat Mar 27 16:43:09 EDT 2021


raeburn		Sat Mar 27 20:43:09 2021 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Script_Functions.tex 
  Log:
  - Remove unwanted ampersand so PDF version of Authoring Manual can be built. 
  
  
Index: loncom/html/adm/help/tex/Script_Functions.tex
diff -u loncom/html/adm/help/tex/Script_Functions.tex:1.16 loncom/html/adm/help/tex/Script_Functions.tex:1.17
--- loncom/html/adm/help/tex/Script_Functions.tex:1.16	Wed Jul 29 11:31:02 2020
+++ loncom/html/adm/help/tex/Script_Functions.tex	Sat Mar 27 20:43:09 2021
@@ -112,7 +112,7 @@
 Where there is no overlap with function names used for Math::Cephes functions, 
 then you can just use the LCMathComplex functions directly, e.g.. \&cplx(), \&Re(), \&Im(), 
 but where there is overlap, as is the case for tanh(), to ensure the function from LCMathComplex is called, 
-include the full namespace identifier, e.g., &LONCAPA::LCMathComplex::tanh().
+include the full namespace identifier, e.g., LONCAPA::LCMathComplex::tanh().
 
 See: https://metacpan.org/pod/Math::Complex for more information.
 




More information about the LON-CAPA-cvs mailing list