@@ -804,25 +804,9 @@ Latex Printing
804804
805805For latex printing one uses one functions from the ``ga `` module and one function from the ``printer `` module. The functions are
806806
807- .. function :: Format(Fmode=True,Dmode=True)
807+ .. autofunction :: galgebra.printer. Format
808808 :noindex:
809809
810- This function from the ``ga `` module turns on latex printing with the following options
811-
812- +-----------+-----------+-----------------------------------------------------------------------------------------+
813- | Argument | Value | Result |
814- +===========+===========+=========================================================================================+
815- | ``Fmode `` | ``True `` | Print functions without argument list, :math: `f` |
816- +-----------+-----------+-----------------------------------------------------------------------------------------+
817- | | ``False `` | Print functions with standard *sympy * latex formatting, :math: `{{f}\lp {x,y,z} \rp }` |
818- +-----------+-----------+-----------------------------------------------------------------------------------------+
819- | ``Dmode `` | ``True `` | Print partial derivatives with condensed notation, :math: `\partial _{x}f` |
820- +-----------+-----------+-----------------------------------------------------------------------------------------+
821- | | ``False `` | Print partial derivatives with standard *sympy * latex formatting, :math: `\pdiff {f}{x}` |
822- +-----------+-----------+-----------------------------------------------------------------------------------------+
823-
824- ``Format() `` is also required for printing from *ipython notebook * (note that ``xpdf() `` is not needed to print from *ipython notebook *).
825-
826810.. function :: Fmt(obj,fmt=1)
827811 :noindex:
828812
0 commit comments