GeneralTcilatex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
bazman
Posts: 78
Joined: Mon Jan 26, 2009 3:24 am

Tcilatex

Post by bazman »

Code: Select all


\documentclass{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{amsmath}

%TCIDATA{OutputFilter=LATEX.DLL}
%TCIDATA{Created=Friday, September 22, 2006 08:26:57}
%TCIDATA{LastRevised=Saturday, September 30, 2006 18:37:59}
%TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
%TCIDATA{<META NAME="DocumentShell" CONTENT="Articles\SW\Standard LaTeX Article">}
%TCIDATA{CSTFile=LaTeX article (bright).cst}

\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]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
\input{tcilatex}

\begin{document}


when I try to run the above document I get the error:

LateX error file tcilatex.tex not found

I as using someone else's file here so I have no idea what tcilatex does?

Kind Regards

Baz

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Tcilatex

Post by localghost »

bazman wrote:[...] I as using someone else's file here so I have no idea what tcilatex does? [...]
Ask the person you've got the file from.


Best regards
Thorsten
lalop
Posts: 63
Joined: Fri Sep 11, 2009 11:25 pm

Tcilatex

Post by lalop »

There seems to be some copies of tcilatex.tex on google. No promises they are the one you want, however.

Apparently, it's a macro collection.
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Re: Tcilatex

Post by sitex »

Hello,

I think the person who created the file is using Scientific WorkPlace or Scientific Word. Depending on what the file contains, you may be able to compile the it by simply removing the tcilatex command. If this does not work ask the creator to save the file as a Portable Latex File and send you a copy.

If all this fails and the file is not too big, you can post it and I can try to fix it for you.

Tom
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Tcilatex

Post by daleif »

best thing to do is to ask the person using Scientific Workplace to save the Document as Portable LaTeX, it is in the dropdown under the file name when use uses the 'Save as' feature.

This will remove the tcilatex from the document.

ticlatex is only found in Scientific Workplace and the firm for some reason does not share their stuff with the rest of us.
Post Reply