summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-26 10:18:45 -0300
committerAndrés <andmarti@gmail.com>2021-03-26 10:18:45 -0300
commitf25d577485fc28d0780574eee4bb7940325dd4fd (patch)
tree25c631f0cee621d022e29a9d991d1c6cdc68e361 /src/doc
parent299fd32abd6b358c86e8368b6f397f3a628da2a8 (diff)
adding latex export
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 8e34d87..05956ee 100755
--- a/src/doc
+++ b/src/doc
@@ -435,6 +435,15 @@ Commands for handling cell content:
:e! txt {file}
Like ":e txt", but overwrite {file} if it exists.
+ :e tex Export current spreadsheet to Latex file.
+ If a range is selected, only that range is exported.
+
+ :e tex {file}
+ Export the current spreadsheet to Latex file {file}.
+
+ :e! tex {file}
+ Like ":e tex", but overwrite {file} if it exists.
+
:e mkd Export the current spreadsheet to a markdown file solely
containing a single markdown table.
The column alignments come from the cells on the row. All