由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - LaTeX 2.09 question
相关主题
A quick question about page margin向大牛紧急求助:新版latex里面怎么弄hyperref???
beamer里面的字是白色的?请问一个简单问题
谁知道latex怎么把连着的文献用‘-’联起来【如何用latex给图片加上公式或者文字】
如何不用剪切从tex生成eps图形?把一个区域缩小的package
关于Latex插入图表之我见如何加入programming codes?
怎么用latex做POSTER?怎么让thebibliography里不显示排序的数字?
求助,毕业论文格式default font
xfig上面如何输入数学公式CV里头的cite
相关话题的讨论汇总
话题: usepackage话题: latex话题: latex2e话题: document话题: error
进入TeX版参与讨论
1 (共1页)
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:

1 (共1页)
进入TeX版参与讨论
相关主题
CV里头的cite关于Latex插入图表之我见
a problem of page layout怎么用latex做POSTER?
请教图片排版问题求助,毕业论文格式
How can I make latex find required .sty on its own?xfig上面如何输入数学公式
A quick question about page margin向大牛紧急求助:新版latex里面怎么弄hyperref???
beamer里面的字是白色的?请问一个简单问题
谁知道latex怎么把连着的文献用‘-’联起来【如何用latex给图片加上公式或者文字】
如何不用剪切从tex生成eps图形?把一个区域缩小的package
相关话题的讨论汇总
话题: usepackage话题: latex话题: latex2e话题: document话题: error