From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/hypertex/tanmoy/report.hty | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 support/hypertex/tanmoy/report.hty (limited to 'support/hypertex/tanmoy/report.hty') diff --git a/support/hypertex/tanmoy/report.hty b/support/hypertex/tanmoy/report.hty new file mode 100644 index 0000000000..c616929a22 --- /dev/null +++ b/support/hypertex/tanmoy/report.hty @@ -0,0 +1,9 @@ +\long\def\@makecaption#1#2{% + \vskip 10\p@ + \setbox\@tempboxa\hbox{#1: #2}% + \ifdim \wd\@tempboxa >\hsize + \unhbox\@tempboxa\par + \else + \hbox to\hsize{\hfil\box\@tempboxa\hfil}% + \fi} + -- cgit v1.2.3