diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-15 21:16:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-15 21:16:12 +0000 |
commit | 4338470395169d0b4ebc86b864961cfd61f80d69 (patch) | |
tree | 305b67ec8c622a68d60c7f7176934469ba393de4 /Master/texmf-dist/doc/latex/revquantum/README.md | |
parent | 80b2dce1110ea0c9bc2dfeaa992f050dfb65cda5 (diff) |
revquantum (15mar17)
git-svn-id: svn://tug.org/texlive/trunk@43505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/revquantum/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/revquantum/README.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/revquantum/README.md b/Master/texmf-dist/doc/latex/revquantum/README.md index c29c76a4f70..8cce7cfa938 100644 --- a/Master/texmf-dist/doc/latex/revquantum/README.md +++ b/Master/texmf-dist/doc/latex/revquantum/README.md @@ -40,7 +40,20 @@ A major goal of this package is to reduce the amount of useless crap that needs ## Installing ## -Installing LaTeX packages outside of CTAN is a pain, and this is no exception. I'll submit there at some point to remove that difficulty. In the meantime, I think the following works on Unix-like systems. If not, let me know or pull request with better instructions. +### Install With PowerShell ### + +In an attempt to cut down on the pain of LaTeX package installation, ``{revquantum}`` uses [PoShTeX](https://github.com/cgranade/posh-tex/) to automate installation. If you're running PowerShell already, just run ``Install.ps1``: + +```powershell +PS> Unblock-File Install.ps1 # Mark the installer as safe to run. +PS> ./Install.ps1 +``` + +PowerShell itself is easy to install on many macOS and Linux systems using the [provided packages](https://github.com/PowerShell/PowerShell#get-powershell). + +### Manual Installation ### + +I think the following works on Unix-like systems. If not, let me know or pull request with better instructions. ```bash $ latex revquantum.ins # Makes the actual .sty from the .dtx file. |