No output produced in latex

  • Follow


Hi All,
I already had Latex working perfectly fine on my machine with Windows
XP. I heard somethings about LyX..and wanted to try it out. But that
screwed up the things badly for me. LyX was not able to completely
import all the files from .tex, so i uninstalled it..but sadly
enough..after that even LaTex is not producing any output for me..the
building process doesnt finish at all. I unstalled and reinstalled
Miktex-Ghostscript,Ghostview & Texnic center but to no success. I cant
figure out the problem because the same file builds well on my office
computer.  So someone pls pls pls help me figuring out this probem.
Its very important for me.

Thanks for reading this & thanks a tonne if you are choosing to help
me...:)
PS
0
Reply Priyanka 1/22/2011 6:25:22 PM

On Jan 22, 6:25=A0pm, Priyanka <sharmapriyank...@gmail.com> wrote:
> Hi All,
> I already had Latex working perfectly fine on my machine with Windows
> XP. I heard somethings about LyX..and wanted to try it out. But that
> screwed up the things badly for me. LyX was not able to completely
> import all the files from .tex, so i uninstalled it..but sadly
> enough..after that even LaTex is not producing any output for me..the
> building process doesnt finish at all. I unstalled and reinstalled
> Miktex-Ghostscript,Ghostview & Texnic center but to no success. I cant
> figure out the problem because the same file builds well on my office
> computer. =A0So someone pls pls pls help me figuring out this probem.
> Its very important for me.
>
> Thanks for reading this & thanks a tonne if you are choosing to help
> me...:)
> PS
Without an exact error message it is very difficult to tell if or what
LaTeX error it is.
Did you tried to purge all temporary files, like .aux? After removing
LaTeX packages from
the preamble or switching the compiler/frontend you should do this.
However normally if you allow the compiler to finish even after an
error, a correct .aux file is generated
and the problem fixes itself.

> I unstalled and reinstalled Miktex-Ghostscript,Ghostview & Texnic center
Neither Ghostscript,Ghostview & Texnic center have something to do
with the LaTeX compilation.
With "Miktex-Ghostscript", do you mean "Miktex and Ghostscript" or the
Miktex version of Ghostscript?
Reinstalling MikTeX completely may fix it, but might be overkill.


Martin

0
Reply Martin 1/22/2011 9:12:13 PM


On Jan 22, 3:12=A0pm, Martin Scharrer <martin.schar...@gmail.com> wrote:
> On Jan 22, 6:25=A0pm, Priyanka <sharmapriyank...@gmail.com> wrote:> Hi Al=
l,
> > I already had Latex working perfectly fine on my machine with Windows
> > XP. I heard somethings about LyX..and wanted to try it out. But that
> > screwed up the things badly for me. LyX was not able to completely
> > import all the files from .tex, so i uninstalled it..but sadly
> > enough..after that even LaTex is not producing any output for me..the
> > building process doesnt finish at all. I unstalled and reinstalled
> > Miktex-Ghostscript,Ghostview & Texnic center but to no success. I cant
> > figure out the problem because the same file builds well on my office
> > computer. =A0So someone pls pls pls help me figuring out this probem.
> > Its very important for me.
>
> > Thanks for reading this & thanks a tonne if you are choosing to help
> > me...:)
> > PS
>
> Without an exact error message it is very difficult to tell if or what
> LaTeX error it is.
> Did you tried to purge all temporary files, like .aux? After removing
> LaTeX packages from
> the preamble or switching the compiler/frontend you should do this.
> However normally if you allow the compiler to finish even after an
> error, a correct .aux file is generated
> and the problem fixes itself.
>
> > I unstalled and reinstalled Miktex-Ghostscript,Ghostview & Texnic cente=
r
>
> Neither Ghostscript,Ghostview & Texnic center have something to do
> with the LaTeX compilation.
> With "Miktex-Ghostscript", do you mean "Miktex and Ghostscript" or the
> Miktex version of Ghostscript?
> Reinstalling MikTeX completely may fix it, but might be overkill.
>
> Martin
Hi Martin,
Thanks for your response. There is no error message in particular. The
compilation process just stops after a point. I have figured that
using tikz was causing that problem. I am not sure if its okay to run
tikz with pstricks. Here is the preamble of the file.::

\usepackage{amsmath, amsthm, amssymb}
\usepackage{pstricks}
\usepackage{sgame}
\usepackage{egameps}
\usepackage[top=3D1in, bottom=3D1in, left=3D1in, right=3D1in]{geometry}
\usepackage{tikz}


\newtheorem{theorem}{Theorem}
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
\newtheorem{axiom}[theorem]{Axiom}
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{conclusion}[theorem]{Conclusion}
\newtheorem{condition}[theorem]{Condition}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{criterion}[theorem]{Criterion}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{exercise}[theorem]{Exercise}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{solution}[theorem]{Solution}
\newtheorem{summary}[theorem]{Summary}
%\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\
\rule{0.5em}{0.5em}}
%\renewcommand{\baselinestretch}{2}
%\input{tcilatex}\
\setlength{\parindent}{0in} %alternative to no indent
\setlength\parskip{0.2in}
\renewcommand\abstractname{Objective}




And thanks for telling  me that its only Miktex which is concerned
with Latex compilation. Otherwise i would have kept on uninstalling &
reinstalling the whole thing again & again(if ever need arises in
future):)

Thanks,
PS
0
Reply Priyanka 1/23/2011 2:43:31 AM

Le 23/01/2011 03:43, Priyanka a �crit :
> On Jan 22, 3:12 pm, Martin Scharrer<martin.schar...@gmail.com>  wrote:
> Hi Martin,
> Thanks for your response. There is no error message in particular. The
> compilation process just stops after a point. I have figured that
> using tikz was causing that problem. I am not sure if its okay to run
> tikz with pstricks. Here is the preamble of the file.::

Sorry but this is not a preamble: \usepackage before \documentclass...

Your \rule command should be commented.

There is no \begin{document}...
		
???????????????


>
> \usepackage{amsmath, amsthm, amssymb}
> \usepackage{pstricks}
> \usepackage{sgame}
> \usepackage{egameps}
> \usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
> \usepackage{tikz}
>
>
> \newtheorem{theorem}{Theorem}
> \newtheorem{acknowledgement}[theorem]{Acknowledgement}
> \newtheorem{algorithm}[theorem]{Algorithm}
> \newtheorem{axiom}[theorem]{Axiom}
> \newtheorem{case}[theorem]{Case}
> \newtheorem{claim}[theorem]{Claim}
> \newtheorem{conclusion}[theorem]{Conclusion}
> \newtheorem{condition}[theorem]{Condition}
> \newtheorem{conjecture}[theorem]{Conjecture}
> \newtheorem{corollary}[theorem]{Corollary}
> \newtheorem{criterion}[theorem]{Criterion}
> \newtheorem{definition}[theorem]{Definition}
> \newtheorem{example}[theorem]{Example}
> \newtheorem{exercise}[theorem]{Exercise}
> \newtheorem{lemma}[theorem]{Lemma}
> \newtheorem{notation}[theorem]{Notation}
> \newtheorem{problem}[theorem]{Problem}
> \newtheorem{proposition}[theorem]{Proposition}
> \newtheorem{remark}[theorem]{Remark}
> \newtheorem{solution}[theorem]{Solution}
> \newtheorem{summary}[theorem]{Summary}
> %\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\
> \rule{0.5em}{0.5em}}
> %\renewcommand{\baselinestretch}{2}
> %\input{tcilatex}\
> \setlength{\parindent}{0in} %alternative to no indent
> \setlength\parskip{0.2in}
> \renewcommand\abstractname{Objective}
>
>
>
>
> And thanks for telling  me that its only Miktex which is concerned
> with Latex compilation. Otherwise i would have kept on uninstalling&
> reinstalling the whole thing again&  again(if ever need arises in
> future):)
>
> Thanks,
> PS

0
Reply GL 1/23/2011 3:00:24 AM

On Jan 22, 9:00=A0pm, GL <gouail...@gmail.com> wrote:
> Le 23/01/2011 03:43, Priyanka a =E9crit :
>
> > On Jan 22, 3:12 pm, Martin Scharrer<martin.schar...@gmail.com> =A0wrote=
:
> > Hi Martin,
> > Thanks for your response. There is no error message in particular. The
> > compilation process just stops after a point. I have figured that
> > using tikz was causing that problem. I am not sure if its okay to run
> > tikz with pstricks. Here is the preamble of the file.::
>
> Sorry but this is not a preamble: \usepackage before \documentclass...
>
> Your \rule command should be commented.
>
> There is no \begin{document}...
>
> ???????????????
>
>
>
> > \usepackage{amsmath, amsthm, amssymb}
> > \usepackage{pstricks}
> > \usepackage{sgame}
> > \usepackage{egameps}
> > \usepackage[top=3D1in, bottom=3D1in, left=3D1in, right=3D1in]{geometry}
> > \usepackage{tikz}
>
> > \newtheorem{theorem}{Theorem}
> > \newtheorem{acknowledgement}[theorem]{Acknowledgement}
> > \newtheorem{algorithm}[theorem]{Algorithm}
> > \newtheorem{axiom}[theorem]{Axiom}
> > \newtheorem{case}[theorem]{Case}
> > \newtheorem{claim}[theorem]{Claim}
> > \newtheorem{conclusion}[theorem]{Conclusion}
> > \newtheorem{condition}[theorem]{Condition}
> > \newtheorem{conjecture}[theorem]{Conjecture}
> > \newtheorem{corollary}[theorem]{Corollary}
> > \newtheorem{criterion}[theorem]{Criterion}
> > \newtheorem{definition}[theorem]{Definition}
> > \newtheorem{example}[theorem]{Example}
> > \newtheorem{exercise}[theorem]{Exercise}
> > \newtheorem{lemma}[theorem]{Lemma}
> > \newtheorem{notation}[theorem]{Notation}
> > \newtheorem{problem}[theorem]{Problem}
> > \newtheorem{proposition}[theorem]{Proposition}
> > \newtheorem{remark}[theorem]{Remark}
> > \newtheorem{solution}[theorem]{Solution}
> > \newtheorem{summary}[theorem]{Summary}
> > %\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\
> > \rule{0.5em}{0.5em}}
> > %\renewcommand{\baselinestretch}{2}
> > %\input{tcilatex}\
> > \setlength{\parindent}{0in} %alternative to no indent
> > \setlength\parskip{0.2in}
> > \renewcommand\abstractname{Objective}
>
> > And thanks for telling =A0me that its only Miktex which is concerned
> > with Latex compilation. Otherwise i would have kept on uninstalling&
> > reinstalling the whole thing again& =A0again(if ever need arises in
> > future):)
>
> > Thanks,
> > PS

Thanks Le. the document class is declared before all this. And
\begin{document} follows all of this. And \rule command is actually
commented in the original file. That typo walked in while copy-
pasting.
PS
0
Reply Priyanka 1/23/2011 3:27:22 AM

4 Replies
928 Views

(page loaded in 0.087 seconds)

Similiar Articles:













7/21/2012 5:15:22 PM


Reply: