From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/newalg/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 macros/latex/contrib/newalg/README (limited to 'macros/latex/contrib/newalg/README') diff --git a/macros/latex/contrib/newalg/README b/macros/latex/contrib/newalg/README new file mode 100644 index 0000000000..defc3aeb1b --- /dev/null +++ b/macros/latex/contrib/newalg/README @@ -0,0 +1,25 @@ + The newalg package + ------------------ + +Introduction +------------ + +The package contains the definitions that are needed to typeset code +algorithms in a pretty way. The Formatted algorithms follow the style +set forth in the book ``Introduction to Algorithms'' by Corman, +Leiserson and Rivest. + +Read the included documentation for usage and examples. + +Installation +------------ + +To generate the newalg.sty file run "latex newalg.ins". The generated +file can be copied to the LaTeX macros directory. + +To generate the documentation run latex 3 times on the file newalg.dtx. +This must be done after the newalg.sty file is generated (Does not need +to be installed into the tree). + + + -- cgit v1.2.3