From f69e543d98fdc4c71df9305b9ae85cc95c294413 Mon Sep 17 00:00:00 2001 From: A Torin Date: Mon, 19 Mar 2018 21:41:27 +0000 Subject: [PATCH] Added link to PDF --- csv-table.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-table.rst b/csv-table.rst index be11e04..0d65e28 100644 --- a/csv-table.rst +++ b/csv-table.rst @@ -9,7 +9,7 @@ If your table is really long, however, it might sometimes break in the PDF outpu In order to make it look good in the PDF, you should use some LaTeX magic, disguised as RST directives. Using the :code:`:class: longtable` parameter in the table definition allows to nicely break long tables into several pages. You can also control the width of the individual columns with the :code:`tabularcolumns` directive: this will be familiar to you if you used LaTeX before. -Finally, the :code:`:widths: 1 1` parameter controls how the columns look in the HTML page. As you can see, this is independent on the way columns behave in the PDF. +Finally, the :code:`:widths: 1 1` parameter controls how the columns look in the HTML page. When you `check the PDF output `_, you can see this table is rendered differently here and in the PDF. .. code-block:: rst