changeset 24207:f3d754deb41d

print.m: fix device table formating in docstring
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Wed, 08 Nov 2017 16:34:23 +0100
parents b9832e723580
children eec262017c6a
files scripts/plot/util/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Wed Nov 08 10:24:36 2017 -0500
+++ b/scripts/plot/util/print.m	Wed Nov 08 16:34:23 2017 +0100
@@ -189,7 +189,6 @@
 ##
 ##   @item pdf
 ##     Portable document format
-##   @end table
 ##
 ##   @item svg
 ##     Scalable vector graphics
@@ -201,6 +200,7 @@
 ## @samp{tikzstandalone} device produces a @LaTeX{} document which includes the
 ## TikZ file (@samp{tikzstandalone} and is only available for the Gnuplot
 ## graphics toolkit).
+##   @end table
 ##
 ##   If the device is omitted, it is inferred from the file extension,
 ## or if there is no filename it is sent to the printer as PostScript.