Re: Basis information about working with WinEdt
Manuel Kuehner <manuel.kuehner <at> arcor.de>
2010-12-01 17:05:44 GMT
Hello Sotiris,
thanks for the reply - I guess it's natural that the help is a good
place to look - but you know what I mean. And they want to sell the
software, so... :)
Have a nice evening
Manuel
On 30.11.2010 20:14, Sotiris Fragkiskos wrote:
> for your first question: I , too, learned the hard way, and then
> realized there was something there all along.. the HELP file !! it
> provides you with everything you ll need, except for the patience to
> read it. :)
>
> 2010/11/30 Manuel Kühner <manuel.kuehner <at> arcor.de
> <mailto:manuel.kuehner <at> arcor.de>>
>
> Hallo,
> I am working with WinEdt for about 3 years now, mainly because it is
> recommended very often. Most of the learning was by trial and error.
>
> Is there a basic guide for beginners how to use WinEdt in
> combiantion with LaTeX (exemplary workflows)?
>
> For example:
>
> --------------------------
> - Closing any thing like this \begin{foo} with } leads to
>
> \begin{foo}
>
> \end{foo}
>
> - You need to define the main file by pressing the button with the
> green plus symbol
>
> - You need to update/rebuild the tree in order to have it up to
> date, e. g. if you add new chapters by using \input{} and so on.
> --------------------------
>
> Maybe there are tutorials out there and I just didn't find them yet.
>
> Someting else:
> I use beamer very often and if I use the \input command inside the
> \mode command then it's not recogniced by the tree, example:
>
> \input{myCodeForAComplexFigure.tex}
> -> works fine
>
> \mode<article>{\input{myCodeForAComplexFigure_article.tex}}
> \mode<presentation>{\input{myCodeForAComplexFigure_presentation.tex}}
> -> does not works
>
> Any chance to get that feature?
>
> Best regards
> Manuel
>
>