1
General Discussion / Resolved: Problems with greek characters
« on: January 15, 2014, 02:56:12 PM »
After beginning step by step from zero I have found the reason for my problems.
To produce a greek alpha character I have to type in the following in WinFIG:
$\alpha$
The special flag must be activated
Next I export the drawing with format 'PdfTeX' which produces two files - PS-file which contains the graphic without text and a TeX-file with file-suffix 'pdftex_t' which contains the text for the graphic.
In LyX then I create a 'TeX-Code' Box pressing Ctrl+L where I load the pdftex_t file (Einfügen -> Datei -> Einfacher Text)
In the document settings of LyX (Dokument -> Einstellungen -> LaTeX Vorspann) I have to add these two lines:
\usepackage{color}
\usepackage{graphicx}
Now LyX creates a PDF-File without problems.
The main reason for all my troubles was, that firstly I didn't understand exactly how all these export possibilites work together with LaTeX and furthermore I have forgotten the '$' at the beginning and the end of the formula.
Sorry for stealing your time! But sometimes I need someone to tell my problems - seems that this helps to analyze better and faster.
Thank you Andreas!
To produce a greek alpha character I have to type in the following in WinFIG:
$\alpha$
The special flag must be activated
Next I export the drawing with format 'PdfTeX' which produces two files - PS-file which contains the graphic without text and a TeX-file with file-suffix 'pdftex_t' which contains the text for the graphic.
In LyX then I create a 'TeX-Code' Box pressing Ctrl+L where I load the pdftex_t file (Einfügen -> Datei -> Einfacher Text)
In the document settings of LyX (Dokument -> Einstellungen -> LaTeX Vorspann) I have to add these two lines:
\usepackage{color}
\usepackage{graphicx}
Now LyX creates a PDF-File without problems.
The main reason for all my troubles was, that firstly I didn't understand exactly how all these export possibilites work together with LaTeX and furthermore I have forgotten the '$' at the beginning and the end of the formula.
Sorry for stealing your time! But sometimes I need someone to tell my problems - seems that this helps to analyze better and faster.
Thank you Andreas!