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>

View File

@@ -6,7 +6,7 @@
Transformations - FAQ - Developers - Credits - Translators Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________ ______________________________________________________________________
phpMyAdmin 2.5.1 Documentation phpMyAdmin 2.5.2-dev Documentation
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/ * SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
] ]
@@ -14,8 +14,8 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.452 2003/06/02 * Documentation version: $Id: Documentation.html,v 1.454 2003/06/02
00:40:13 lem9 Exp $ 08:07:47 rabus Exp $
Requirements Requirements
@@ -1358,7 +1358,7 @@ Transformations
FAQ - Frequently Asked Questions FAQ - Frequently Asked Questions
Server - Configuration - Limitations - Multi-user - Browsers Server - Configuration - Limitations - Multi-user - Browsers
- Usage tips - Project - - Usage tips - Project
[1. Server] [1. Server]
@@ -2091,7 +2091,7 @@ FAQ - Frequently Asked Questions
If you put a backslash before the underscore, it means that the If you put a backslash before the underscore, it means that the
database name will have a real underscore. database name will have a real underscore.
[6.11] What is the curious symbol <EFBFBD> in the statistics pages? [6.11] What is the curious symbol o/ in the statistics pages?
It means "average". It means "average".
@@ -2122,7 +2122,7 @@ FAQ - Frequently Asked Questions
If you use it, you should be aware that any SQL statement you submit If you use it, you should be aware that any SQL statement you submit
will be stored anonymously (database/table/column names, strings, will be stored anonymously (database/table/column names, strings,
numbers replaced with generic values). The Mimer SQL Validator itself, numbers replaced with generic values). The Mimer SQL Validator itself,
is <EFBFBD> 2001 Upright Database Technology. We utilize it as free SOAP is (c) 2001 Upright Database Technology. We utilize it as free SOAP
service. service.
[6.15] I want to add a BLOB field and put an index on it, but MySQL says [6.15] I want to add a BLOB field and put an index on it, but MySQL says
@@ -2154,7 +2154,7 @@ FAQ - Frequently Asked Questions
Plus, you have a whole overview of available mimetypes. Who knows all Plus, you have a whole overview of available mimetypes. Who knows all
those mimetypes by heart so he/she can enter it at will? those mimetypes by heart so he/she can enter it at will?
[6.17] Bookmarks: Where can I store bookmarks? Why can't I see any [6.18] Bookmarks: Where can I store bookmarks? Why can't I see any
bookmarks below the query box? What is this variable for? bookmarks below the query box? What is this variable for?
Any query you have executed can be stored as a bookmark on the page Any query you have executed can be stored as a bookmark on the page
@@ -2193,6 +2193,20 @@ FAQ - Frequently Asked Questions
yield at least one result row so you can store the bookmark. You may yield at least one result row so you can store the bookmark. You may
have that to work around using well positioned "/**/" comments. have that to work around using well positioned "/**/" comments.
[6.19] How can I create simple LaTeX document to include exported table?
You can simply include table in your LaTeX documents, minimal sample
document should look like following one (assuming you have table
exported in file table.tex):
\documentclass{article}
\usepackage{longtable}
\begin{document}
\include{table}
\end{document}
[7. phpMyAdmin project] [7. phpMyAdmin project]
[7.1] I have found a bug. How do I inform developers? [7.1] I have found a bug. How do I inform developers?
@@ -2303,7 +2317,7 @@ CREDITS, in chronological order
* current project maintainer * current project maintainer
* many bugfixes and improvements * many bugfixes and improvements
- Lo<EFBFBD>c Chapeaux <lolo_at_phpheaven.net> - Loic Chapeaux <lolo_at_phpheaven.net>
* rewrote and optimized javascript, DHTML and DOM stuff * rewrote and optimized javascript, DHTML and DOM stuff
* rewrote the scripts so they fit the PEAR coding standards and * rewrote the scripts so they fit the PEAR coding standards and
generate XHTML1.0 and CSS2 compliant codes generate XHTML1.0 and CSS2 compliant codes