Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 699 Bytes

qsharp.sty

Copyright (C) 2018 by Microsoft. Maintained by Chris Granade ([email protected]).

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 to automate installation. If you're running PowerShell already, just run Install.ps1:

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.