/usr/share/lout/include/init is in lout-common 3.39-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ###############################################################################
# #
# init #
# #
# Lout file for initializing run. #
# #
# Jeffrey H. Kingston #
# 21 September 1994 #
# #
# This file has been placed in the public domain by its author. #
# #
###############################################################################
@SysInclude { langdefs } # language definitions
@SysInclude { bsf } # BasicSetup package
@SysInclude { dsf } # DocumentSetup package
# including standard.ld
def @TeX
{
@OneCol { T &0.4fo {-0.2f @VShift E} &0.45fo X }
}
def @LaTeX
{
@OneCol { L &0.3fo { +0.1f @VShift 0.8f @Font A } &0.4fo @TeX }
}
@Use { @BasicSetup }
@Use { @DocumentSetup }
@SysDatabase @Reference { loutrefs } # references about Lout
@SysDatabase @Reference { oldrefs } # old references about Lout
@SysDatabase @RefStyle { refstyle } # reference printing styles
@SysDatabase @FontDef { fontdefs } # font definitions
@SysDatabase @FontDef { latin2 } # more font definitions
|