I have just dowloaded WinEdt7.0 and I want to compile and view a .tex document with .bib file that I've already created and viewed using TeXShop. The way I would do this in TeXShop would be:
- Switch my typeset to TeX and Ghostscript.
- Run LaTeX
- Run BibTeX
- Run LaTeX
- Run LaTeX again
I haven't found any concise instructions on how to do the same thing on WinEdt. The menu and options seem much more extensive and overwhelming than TeXShop. How do I accomplish this simple, fundamental task on WinEdt7.0?
texify(Shift + cntrl + X) in WinEDT to compile the complete document. You will find more infos in the WinEDT help: F1,How to: Examples,Configure an automated Compilation– Kurt Oct 12 '12 at 22:37