summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/rest-api
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-23 21:20:04 +0000
committerKarl Berry <karl@freefriends.org>2020-06-23 21:20:04 +0000
commit2abed3c1b84e84482bf5e25b8cc1c88cdec98950 (patch)
treeb4513847ff78b51d9cbbf7efd1b488fd18010a65 /Master/texmf-dist/tex/latex/rest-api
parent1915d55af0571cbdcaec9681226feeff2d73a58f (diff)
rest-api (23jun20)
git-svn-id: svn://tug.org/texlive/trunk@55639 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/rest-api')
-rw-r--r--Master/texmf-dist/tex/latex/rest-api/rest-api.sty6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/rest-api/rest-api.sty b/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
index 9af9ee495de..cb8d2ed2f9f 100644
--- a/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
+++ b/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{rest-api}
- [2020/03/22 v1.2 rest-api package]
+ [2020/06/23 v1.3 rest-api package]
@@ -265,6 +265,7 @@ nobreak=true
\end{comment}
\newenvironment{apiRoute}[3]
{
+\global\let\saved@CT@arc@\CT@arc@
\newcommand{\method}{#1}
\newcommand{\urlPath}{#2}
\newcommand{\routeDescription}{#3}
@@ -356,6 +357,7 @@ nobreak=true
{
\end{mdframed}
\endgroup
+\global\let\CT@arc@\saved@CT@arc@
}
\newenvironment{routeRequest}[1]
{
@@ -381,7 +383,7 @@ nobreak=true
{
\rowcolor{\methodLightColor} ##1 & ##2 \\
}
-\newcommand{\noRouteParamter}[1]
+\newcommand{\noRouteParameter}[1]
{
\small{\textit{##1}}
}