summaryrefslogtreecommitdiff
path: root/support/text2latex/txt2latex.txt
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/text2latex/txt2latex.txt
Initial commit
Diffstat (limited to 'support/text2latex/txt2latex.txt')
-rw-r--r--support/text2latex/txt2latex.txt136
1 files changed, 136 insertions, 0 deletions
diff --git a/support/text2latex/txt2latex.txt b/support/text2latex/txt2latex.txt
new file mode 100644
index 0000000000..7f6c1aaa58
--- /dev/null
+++ b/support/text2latex/txt2latex.txt
@@ -0,0 +1,136 @@
+
+ Introduction to TEX2LATEX (a conversation tool by Uwe Vogt)
+
+_______________________________________________________________________
+
+(1) Description
+
+ TEX2LATEX converts a simple text file to an enhanced latex file.
+
+(1.1) Algorithm
+
+ TEX2LATEX searches for items, footnotes, sections, etc.
+ -> to make a real LaTeX file of the text file.
+
+(1.1.1) Features
+
+ TEX2LATEX features:
+
+ - itemize
+ - find and generate tables
+ - upper-case-words to make them "bold"
+ - find special characters
+ - arrows
+ - copyright character
+ - german characters
+ - a box
+ - find footnotes
+ - find sections
+ - add pictures to the text
+ - fontface manipulation
+ - find horizontal lines
+ - and end-of-page lines
+
+(2) Examples
+
+ TEXT2LATEX examples (lerning by doing)
+ Use this file with TEX2LATEX to see the result.
+
+(2.1) Itemize (detection of different levels):
+
+ - level 1
+ - sub level2
+ - sub sub level3
+ - back in level1
+
+(2.2) Tables
+
+
+ FrauenKleidung | HerrenKleidung | KinderKleidung | BabyKleidung
+ ---------------|------------------|----------------|--------------
+ Rock | Hose | Latzhose | Strampler
+ ---------------|------------------|----------------|--------------
+ Kleid | Schlipsäse | Strumpfhose | Lätzchen
+ | | | Socken
+ nix | Mantel | Strümpfe |
+
+
+(2.3) Upper-case-words
+
+ will be chanced to BOLD-UPPER-CASE-WORDS !!!
+
+(2.4) Special Characters
+
+ Here they are.
+
+ - arrows: ->, -->, <-, =>, <->, <==>, ==>, etc.
+ - copyright: (c)
+ - german chars: ä, ü, Ü, ß, etc.
+ - a box: [] might be useful for a checklist
+
+(2.5) Footnotes
+
+ If there is somethin like This (= this is the footnote of THIS!!!),
+ a footnote will appear
+
+(2.6) Sections
+
+ To start a new section you need to write for example >>(1) Description<<
+ or >>(1.1) Sub - Description<< at the beginning of a line, that's all!
+
+(2.7) Adding pictures to the text.
+
+ The pictures must be in TIFF/PNG/JPG or BMP format.
+ Add a picture, just like this..
+ (PictureNameAndDescription.JPG| width=50mm)
+
+ Description:
+ - you have to write >>(PictureNameAndDescription.jpg|<< (it's not allowed
+ to write spaces in there, just the filename! It will be shown under the
+ the picture (without extention) ).
+ - then you can write the picture scale/width/..
+ You can even use the picture dimentions by writin nothin!
+ Some Examples:
+ - >> )<< (use picture dimention)
+ - >> width=50mm)<<
+ - >> width=3cm)<<
+ - >> width=50pt)<< (50 points)
+ - >> width=50mm, height=20mm)<<
+ - >> scale=.50)<<
+ - >> scale=.50, angle=50)<< (scale and rotate to the left)
+ - etc.
+ - That's it!
+
+(2.8) Fontface manipulation
+
+ The Fontface chances
+ - by using quotations "The text will be italic!"
+ - Typewriter: >>http://www.Typewriter.com<<
+
+(2.9) Lines
+
+ Horizontal and End-Of-Page Lines:
+ - A horizontal line will be drawn, if you write more than 40 "_" in one
+ line without any other character in that line!
+ Example above.
+
+ - To end the page and to go on on the next page: Just type in more that
+ 40 "=". That's it!
+
+ And a jump to the next Page..
+=================================================================
+ ..here we are, on the next page!
+
+(3) Note of the Author
+
+ This program if Freeware!
+
+ If there are any errors, send me an eMail!
+ Are there're any features you would like me to add to this programm,
+ send me an eMail!
+
+ Uwe Vogt (>>uwe@la.com<<)
+
+
+
+