Hello there, I have some problems with latex too.
Installed 62 latin modern fonts.
Installed texmaker.
Installed texstudio.
Installed ghostscript.
Installed gsview.
Installed pstoedit.
Put textext py and inx in the extension folder.
Downloaded and put files in use for the python built in as opposed
here.
Edited the py and inx as was written.
Installed imagemagick.
Installed miktex.
Downloaded bibtool.
If pasted right formula inside the box, it gets plotted.
But more often an error message appears:
Traceback (most recent call last):
File "textext.py", line 211, in cb_ok
self.callback(self.text, self.preamble_file, self.scale_factor)
File "textext.py", line 370, in <lambda>
converter_cls, old_node))
File "textext.py", line 388, in do_convert
new_node = converter.convert(text, preamble_file, scale_factor)
File "textext.py", line 751, in convert
self.tex_to_pdf(latex_text, preamble_file)
File "textext.py", line 728, in tex_to_pdf
exec_command(['pdflatex', self.tmp('tex')] + latexOpts)
File "textext.py", line 597, in exec_command
% (' '.join(cmd), p.returncode, out + err))
RuntimeError: Command pdflatex c:\docume~1\....\locals~1\temp\tmpe1ysug\tmp.tex -interaction=nonstopmode -halt-on-error failed (code 1): This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9)
entering extended mode
(c:/docume~1/..../locals~1/temp/tmpe1ysug/tmp.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga
lician, german, german-x-2012-05-30, greek, gujarati, hindi, hungarian, iceland
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, latin, latvian,
lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerman, n
german-x-2012-05-30, nynorsk, oriya, panjabi, pinyin, polish, portuguese, roman
ian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swissgerm
an, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, usengl
ishmax, welsh, loaded.
("C:\Program Files\MiKTeX 2.9\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX 2.9\tex\latex\base\size10.clo"))
LaTeX Warning: Unused global option(s):
[a0].
No file tmp.aux.
! LaTeX Error: Can be used only in preamble.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.7 \documentclass
[12pt]{article}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on tmp.log.
When trying to plot this from wikipedia:
\documentclass[12pt]{article}
\title{\LaTeX}
\date{}
\begin{document}
\maketitle \LaTeX{} is a document preparation system for the \TeX{} typesetting program. It offers programmable
desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop
publishing, including numbering and cross-referencing, tables and figures, page layout, bibliographies, and much
more. \LaTeX{} was originally written in 1984 by Leslie Lamport and has become the dominant method for using \TeX;
few people write in plain \TeX{} anymore. The current version is \LaTeXe.
\newline
% This is a comment, it is not shown in the final output.
% The following shows a little of the typesetting power of LaTeX
\begin{eqnarray}
E &=& mc^2 \\
m &=& \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
\end{eqnarray}
\end{document}
If opened a .tex, no message given, but won't produce anything.
What do I missing?
What should be the 7*. step, that would do the job?