diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-15 21:41:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-15 21:41:30 +0000 |
commit | baa99efc81959c432cc7b7987dd75d8a21f4e570 (patch) | |
tree | 77b32e506fa6d5ca2c9014fbb00d0ac15b9a3f24 /Master/texmf-dist/doc/latex/qsharp/README.md | |
parent | a076fece1c9c051b3d7a4c2af8098ff04cb3bdec (diff) |
qsharp (15jan19)
git-svn-id: svn://tug.org/texlive/trunk@49722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/qsharp/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/qsharp/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/qsharp/README.md b/Master/texmf-dist/doc/latex/qsharp/README.md new file mode 100644 index 00000000000..0c2fca8cedf --- /dev/null +++ b/Master/texmf-dist/doc/latex/qsharp/README.md @@ -0,0 +1,17 @@ +# qsharp.sty # + +This package provides LaTeX syntax highlighting for Q#. + +## Installing ## + +### Install With PowerShell ### + +In an attempt to cut down on the pain of LaTeX package installation, ``{qsharp}`` 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). |