Add simple LaTeX document, to show how to use LaTeX export.

This commit is contained in:
Michal Čihař
2003-06-02 10:20:27 +00:00
parent 4160ee0d87
commit e828754c6b
3 changed files with 389 additions and 349 deletions

View File

@@ -17,6 +17,8 @@ $Source$
* libraries/build_dump.lib.php3, libraries/display_export.lib.php3, * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
(RFE #747343). (RFE #747343).
* Documentation.*: Add simple LaTeX document, to show how to use LaTeX
export.
2003-06-02 Marc Delisle <lem9@users.sourceforge.net> 2003-06-02 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.1 released ### 2.5.1 released

View File

@@ -1961,7 +1961,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<a href="#faqmultiuser">Multi-user</a> &nbsp;-&nbsp; <a href="#faqmultiuser">Multi-user</a> &nbsp;-&nbsp;
<a href="#faqbrowsers">Browsers</a> &nbsp;-&nbsp; <a href="#faqbrowsers">Browsers</a> &nbsp;-&nbsp;
<a href="#faqusing">Usage tips</a> &nbsp;-&nbsp; <a href="#faqusing">Usage tips</a> &nbsp;-&nbsp;
<a href="#faqproject">Project</a> &nbsp;-&nbsp; <a href="#faqproject">Project</a>
</p> </p>
<a name="faqserver"></a><br /> <a name="faqserver"></a><br />
@@ -3120,7 +3120,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<a name="faqbookmark"></a> <a name="faqbookmark"></a>
<h4> <h4>
[6.17] Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks below the query box? [6.18] Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks below the query box?
What is this variable for? What is this variable for?
</h4> </h4>
<p> <p>
@@ -3158,6 +3158,30 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
comments. comments.
</p> </p>
<h4>
[6.19] How can I create simple LaTeX document to include exported table?
</h4>
<p>
You can simply include table in your LaTeX documents, minimal sample
document should look like following one (assuming you have table
exported in file <code>table.tex</code>):
<br />
<br />
<pre>
<font color="#a52a2a"><b>\documentclass</b></font><font color="#6a5acd">{</font><font color="#a020f0">article</font><font color="#6a5acd">}</font>
<font color="#a52a2a"><b>\usepackage</b></font><font color="#6a5acd">{</font><font color="#6a5acd">longtable</font><font color="#6a5acd">}</font>
<font color="#a52a2a"><b>\begin</b></font><font color="#6a5acd">{</font><font color="#a020f0">document</font><font color="#6a5acd">}</font>
<font color="#a52a2a"><b>\include</b></font><font color="#6a5acd">{</font><font color="#6a5acd">table</font><font color="#6a5acd">}</font>
<font color="#a52a2a"><b>\end</b></font><font color="#6a5acd">{</font><font color="#a020f0">document</font><font color="#6a5acd">}</font>
</pre>
</p>
<a name="faqproject"></a><br /> <a name="faqproject"></a><br />
<h3>[7. phpMyAdmin project]</h3> <h3>[7. phpMyAdmin project]</h3>

File diff suppressed because it is too large Load Diff