1#################################################################################
2# pstoedit documentation
3#################################################################################
4
5#################################################################################
6# translation for MAN
7#################################################################################
8
9# LaTeX macros without arguments
10$manMacro{'LaTeX'} 	= 'LaTeX';
11$manMacro{'TeX'} 	= 'TeX';
12
13#################################################################################
14# translation for HTML
15#################################################################################
16
17# LaTeX macros without arguments
18$htmlMacro{'LaTeX'} 	= 'LaTeX';
19$htmlMacro{'TeX'} 	= 'TeX';
20
21#################################################################################
22# translation for TexInfo
23#################################################################################
24
25# LaTeX macros without arguments
26$texiMacro{'LaTeX'} 	= 'LaTeX';
27$texiMacro{'TeX'} 	= 'LaTeX';
28