diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/svg.m4')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuit-macros/svg.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/svg.m4 b/Master/texmf-dist/doc/latex/circuit-macros/svg.m4 index e686074a6b7..ad0f6540d4e 100644 --- a/Master/texmf-dist/doc/latex/circuit-macros/svg.m4 +++ b/Master/texmf-dist/doc/latex/circuit-macros/svg.m4 @@ -1,7 +1,7 @@ divert(-1) svg.m4 Initialization for SVG output. -* Circuit_macros Version 9.6, copyright (c) 2021 J. D. Aplevich under * +* Circuit_macros Version 9.7, copyright (c) 2021 J. D. Aplevich under * * the LaTeX Project Public Licence in file Licence.txt. The files of * * this distribution may be redistributed or modified provided that this * * copyright notice is included and provided that modifications are clearly * @@ -198,6 +198,7 @@ define(`svg_gt',`svg_symbol(&`#'62;)') define(`svg_leq',`svg_symbol(&`#'8804;)') define(`svg_geq',`svg_symbol(&`#'8805;)') define(`svg_prime',`svg_symbol(&`#'8242;)') +define(`svg_grave',`svg_symbol(&`#'96;)') define(`svg_ensp',`svg_symbol(&`#'8194;)') define(`svg_emsp',`svg_symbol(&`#'8195;)') define(`svg_thinsp',`svg_symbol(&`#'8201;)') |