Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian.jauslin@rutgers.edu>2023-04-11 17:08:06 -0400
committerIan Jauslin <ian.jauslin@rutgers.edu>2023-04-11 17:08:06 -0400
commitbca217e69837e2ecb788511b786f4adc9a74769e (patch)
treec8fc42915dcae7f0ee8d661c13dd3e0d2f7b446e /docs/nstrophy_doc/libs/largearray.sty
parentd096cbb1007449c2847b93279ea7a476eed135c3 (diff)
Remove extraneous directory in doc
Diffstat (limited to 'docs/nstrophy_doc/libs/largearray.sty')
-rw-r--r--docs/nstrophy_doc/libs/largearray.sty19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/nstrophy_doc/libs/largearray.sty b/docs/nstrophy_doc/libs/largearray.sty
deleted file mode 100644
index ad5753b..0000000
--- a/docs/nstrophy_doc/libs/largearray.sty
+++ /dev/null
@@ -1,19 +0,0 @@
-%%
-%% largearray package:
-%% Array spanning the entire line
-%%
-
-%% TeX format
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-
-%% package name
-\ProvidesPackage{largearray}[2016/11/10]
-
-\RequirePackage{array}
-
-%% array spanning the entire line
-\newlength\largearray@width
-\setlength\largearray@width\textwidth
-\addtolength\largearray@width{-10pt}
-\def\largearray{\begin{array}{@{}>{\displaystyle}l@{}}\hphantom{\hspace{\largearray@width}}\\[-.5cm]}
-\def\endlargearray{\end{array}}