Home
last modified time | relevance | path

Searched refs:g_suppress_equation_number (Results 1 – 3 of 3) sorted by relevance

/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dequations.c72 g_suppress_equation_number = TRUE; in CmdNonumber()
332 g_suppress_equation_number = FALSE; in PrepareRtfEquation()
492 if (g_show_equation_number && !g_suppress_equation_number) { in FinishRtfEquation()
705 if (g_suppress_equation_number) return; in SetEquationLabel()
730 g_suppress_equation_number = EquationGetsNoNumber(s); in WriteEquationAsBitmapOrEPS()
750 g_suppress_equation_number = EquationGetsNoNumber(eq); in WriteEquationAsBitmapOrEPS()
1653 if (g_show_equation_number && !g_suppress_equation_number) { in CmdEqnArraySlashSlash()
1702 g_suppress_equation_number = FALSE; in CmdEqnArraySlashSlash()
H A Dmain.h102 extern int g_suppress_equation_number;
H A Dmain.c96 int g_suppress_equation_number = FALSE; variable