From 4338470395169d0b4ebc86b864961cfd61f80d69 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 15 Mar 2017 21:16:12 +0000 Subject: revquantum (15mar17) git-svn-id: svn://tug.org/texlive/trunk@43505 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/revquantum/Install.ps1 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/revquantum/Install.ps1 (limited to 'Master/texmf-dist/doc/latex/revquantum/Install.ps1') diff --git a/Master/texmf-dist/doc/latex/revquantum/Install.ps1 b/Master/texmf-dist/doc/latex/revquantum/Install.ps1 new file mode 100644 index 00000000000..eac3910e6fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/revquantum/Install.ps1 @@ -0,0 +1,22 @@ +param( + [switch] $CTAN +) + +#region Bootstrap PoShTeX +if (!(Get-Module -ListAvailable -Name posh-tex -ErrorAction SilentlyContinue)) { + Install-Module posh-tex -Scope CurrentUser +} +Import-Module posh-tex +#endregion + +Out-TeXStyle revquantum +Out-TeXStyleDocumentation revquantum + +Install-TeXUserResource tex/latex/revquantum revquantum.sty, revquantum.pdf + +Install-PandocUserResource templates pandoc/templates/revquantum.latex -ErrorAction Continue + +if ($CTAN) { + Invoke-TeXBuildEngine example.tex + Export-CTANArchive -ArchiveLayout Simple revquantum.ins, revquantum.pdf, README.md, example.tex, example.pdf, Install.ps1 +} \ No newline at end of file -- cgit v1.2.3