Add simple LaTeX document, to show how to use LaTeX export.
This commit is contained in:
@@ -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
|
||||||
|
@@ -1961,7 +1961,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
<a href="#faqmultiuser">Multi-user</a> -
|
<a href="#faqmultiuser">Multi-user</a> -
|
||||||
<a href="#faqbrowsers">Browsers</a> -
|
<a href="#faqbrowsers">Browsers</a> -
|
||||||
<a href="#faqusing">Usage tips</a> -
|
<a href="#faqusing">Usage tips</a> -
|
||||||
<a href="#faqproject">Project</a> -
|
<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
Reference in New Issue
Block a user