summaryrefslogtreecommitdiff
path: root/support/maketable
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/maketable
Initial commit
Diffstat (limited to 'support/maketable')
-rw-r--r--support/maketable/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/support/maketable/README b/support/maketable/README
new file mode 100644
index 0000000000..8bd7458053
--- /dev/null
+++ b/support/maketable/README
@@ -0,0 +1,21 @@
+About MAKETABLE
+===============
+
+MAKETABLE is a small Windows program that helps you copying tables from Windows programs like Word, Excel and such
+into a TeX tabular structure.
+
+MAKETABLE works with copy and paste. You mark your table in the respective Windows program, hit copy, change to MAKETABLE and click the Paste-Button. This pastes your data into a data grid. When you click the TEX-Output-Button, the information in the data grid is converted to the respective tabular structure, which is displayed in a new window. Click the Mark all-Button and the Copy-Button to copy the tabular structure to the clipboard, change to your TeX-editor and paste it in.
+
+The intention of MAKETABLE is to help you with the basic transfer of information in 90% of the cases. MAKETABLE does not take into account all possibilities that you may encounter. You may have to edit your tabular structure in order to get the correct output from TeX. I do not have any intentions to make this program waterproof. So, no need to send me emails saying "you should include this", "MAKETABLE should also take that into account". If you find any bugs, however, please let me know and I will try to eliminate them. If you find MAKETABLE useful, I would appreciate a short email telling me this.
+
+
+Installing MAKETABLE
+====================
+
+To install MAKETABLE, unpack the ZIP-archive and run setup.exe. That is all, nothing more. MAKETABLE has been written in Visual Basic 6, the setup program is the standard version from Visual Studio.
+
+
+Gunther Maier
+Wirtschaftsuniversität Wien
+
+gunther.maier@wu-wien.ac.at \ No newline at end of file