s**n 发帖数: 178 | 1 Hi,
I have to use a LaTeX 2.09 document style. And I must use the following
packages:
\usepackage{times,graphicx}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{wasysym}
\usepackage{pifont}
\usepackage{marvosym}
When I compile, I encouter the following error:
(usis.sty
Document Style `usis'. Released 15 December 1986.
(kt11.sty))
(/a/bud/u/bud-d1/local/teTeX/share/texmf/tex/plain/dvips/epsf.tex
This is `epsf.tex' v2.7k <10 July 1997>
)
! LaTeX Error: LaTeX2e command \usepackage in L | T*******n 发帖数: 493 | 2 In LaTeX 2.09 you would say
\documentstyle[package1,package2,...]{docstyle}
But the LaTeX2e packages times, wasysym, pifont,
etc. rely on the New Font Selection Scheme (NFSS)
of LaTeX2e, so don't be surprised if you can't use
those packages in LaTeX 2.09 compatibility mode.
You might try renaming usis.sty to usis.cls and
see if it can work in LaTeX2e.
【在 s**n 的大作中提到】 : Hi, : I have to use a LaTeX 2.09 document style. And I must use the following : packages: : \usepackage{times,graphicx} : \usepackage{algorithmic} : \usepackage{algorithm} : \usepackage{wasysym} : \usepackage{pifont} : \usepackage{marvosym} : When I compile, I encouter the following error:
|
|