diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/phfparen/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/phfparen/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/phfparen/README.md b/Master/texmf-dist/doc/latex/phfparen/README.md new file mode 100644 index 00000000000..7757737f593 --- /dev/null +++ b/Master/texmf-dist/doc/latex/phfparen/README.md @@ -0,0 +1,15 @@ +# The phfparen package + +Parenthetic math expressions made simpler and less redundant. + +Provides a more condensed and flexible syntax for parenthesis-delimited +expressions in math mode, which allows switching brace sizes easily for +instance. For example, the syntax " `\big( a + b ) " can be used to replace +"\bigl( a + b \bigr)". + + +# Documentation + +Run 'make sty' to generate the style file and 'make pdf' to generate the package +documentation. Run 'make' or 'make help' for more info. + |