summaryrefslogtreecommitdiff
path: root/support/mewltx/misc.lh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/mewltx/misc.lh
Initial commit
Diffstat (limited to 'support/mewltx/misc.lh')
-rw-r--r--support/mewltx/misc.lh24
1 files changed, 24 insertions, 0 deletions
diff --git a/support/mewltx/misc.lh b/support/mewltx/misc.lh
new file mode 100644
index 0000000000..96d47eddd6
--- /dev/null
+++ b/support/mewltx/misc.lh
@@ -0,0 +1,24 @@
+Miscellaneous LaTeX commands
+
+\frac{}{}
+\makebox[size][pos]{text}
+\multicolumn{noc}{fmt}{text}
+\newcommand{\cs}[narg]{def}
+\newcounter{counter}[name]
+\newenvironment{envname}[narg]{def1}{def2}
+\newtheorem{env}[env2]{label}[sectype]
+\raisebox{dim}[d2][d3]{text}
+\renewcommand{\cs}[narg]{def}
+\renewenvironment{envname}[narg]{def1}{def2}
+\rule[height]{length}{width}
+\savebox{\binname}[width][pos]{text}
+\sbox{\binname}{text}
+\setlength{\nl}{length}
+\settowidth{\nl}{text}
+\shortstack[pos]{x\\y}
+\sqrt[]{}
+\stackrel{stuff}{delim}
+\typein[\cs]{text}
+\typeout{}
+\usebox{\binname}
+\verb||