summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/qsharp/README.md
blob: 0c2fca8cedf44b71f0c3213fb67b0abef1c21e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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).