由买买提看人间百态

topics

全部话题 - 话题: sty
首页 上页 1 2 3 4 5 6 7 下页 末页 (共7页)
f*******l
发帖数: 8811
1
来自主题: TeX版 - reference 初级问题
IEEE trans 的sty, 自动把作者名字缩写了,可是有些reference 是没有作者,比
如一些standard, white paper.
我在作者一栏填写 IEEE work group, 结果变成 I.W. Group.
另外文章题目也有这种现象。
怎么强制他不改?
D**o
发帖数: 2653
2
来自主题: TeX版 - 请教vskip的使用
我在用别人的一个sty,其中有个地方怪怪的,简单说就是给文章的题目做了一个
banner,一般来说标题分成两行比较好看,而且他这个banner的设置,只有在出现第二
行的标题
中出现g,j,p,q,y这几个字母就可以使得banner上下空间对称,否则的话会上面宽下面
窄,如下图所示
-------------
AAAAAAAAAAA AAA AAAA
AAA
T*******n
发帖数: 493
3
来自主题: TeX版 - beamer question
Maybe Beamer is scanning for the literal string \end{frame}, just like
the way LaTeX handles \end{verbatim} and AMS-LaTeX looks for
\end{equation}. If this is the case, you cannot bury \end{frame}
inside another macro.
The reason that you can't hide \end{verbatim} is that this sequence of
characters is the only clue that tells LaTeX to get out of verbatim mode.
For AMS-LaTeX (amsmath.sty), it needs to scan equation environments
twice in order to have the capability of setting some really compli
T*******n
发帖数: 493
4
Try adding this before \begin{document} or just before \tableofcontents:
\setcounter{tocdepth}{3} % controls whether \subsubsection
\setcounter{secnumdepth}{3} % controls whether \subsubsections are numbered
Somewhere in the .cls or .sty files that you are using, these two parameters
were probably changed to a value smaller than 3.

thx
t***p
发帖数: 7
5
以前在学校用 Lyx 来编辑英文作业,觉得好用,就一直关注着。
对 LaTeX 只是在家用,所以总想用一个能忽略底层细节的。
现在想在 Windows 上用其来编辑中文文章,看到lyx 1.5.1出来就试了试。
Windows XP SP2 English with Asian Fonts
下载了lyx 1.5.1 bundle,安装成英文界面,其中把 MikTex 也装上了。
New 了一个文件,输入英文,按 PDF 钮,结果看起来不错。
又New 了一个文件,输入中文,在document >> setting >> language 里改成 Chinese
(simplified),输入中文,做成标题,按 PDF 钮,报告缺少 CJK.sty。
在MikTex的browse packages工具,费了一些功夫,把网上的cjk,cjk-fonts,miktex-
cjkutils 几个package都安装了。
重新回到 lyx,再试着输出 PDF 文件,得到几条错误,类似于:
l.19 \title{Title????}\maketitle
t********4
发帖数: 14
6
来自主题: TeX版 - page number问题
前面roman的很不规则,abstract有ii,TOC就没有,acknowledge又有了 ,LOF又没了
,然后下面的chapter,chaper1,2,4,5,6,7,reference,appendix的首页都有,
然后其他的页面就没了,至于哪些package可以影响到,我就不知道了,template的sty
我没碰,我所加的package就是\usepackage{array},
\usepackage{graphicx},\usepackage{amsmath},\usepackage{subfigure},\
usepackage{verbatim,
\documentclass[setspace,oneside,a4paper]{StyleFiles/jthesis-v1},基本就这样
恩,也没google到任何类似的问题,奇怪
T*******n
发帖数: 493
7
Avoid eqnarray as it doesn't calculate spacing correctly. The LaTeX
developers had decided not to fix this--if you want the fix, use the
bettern environments provided by AMS-LaTeX (amsmath.sty).
i*******w
发帖数: 405
8
按我们学校的Dissertation template,结果出来的 footnote 是 double space, 我检
查半天那个.sty file,也没看出来哪里有问题。大侠们哪位知道怎么把 footnote 的
double space 改成 single space? dissertation 马上要交了,急问一下。多谢了。
Bow!
T*******n
发帖数: 493
9
来自主题: TeX版 - dvi 显示的问题
You are using a class file that is calling for the Math Time Symbol
Postscript
font, which isn't freely available.
Either ask the publisher for the font, or ask them how to disable loading of
the proprietary font, or look for something like \usepackage{mathtime} in
your files or the publisher's .cls/.sty files and disable loading of the
Math Time font set. You can try \usepackage{mathptmx} as an alternative,
but you won't get bold fonts for some of the math symbols.

details
J*******r
发帖数: 379
10
check ctan first.
T*******n
发帖数: 493
11
In the main LaTeX source file, right before the appendices begin,
try something like \setcounter{tocdepth}{0} or \setcounter{tocdepth}{1}
depending on the class file you are using. This way the appendices
will completely disappear from the TOC. If you want the appendices
listed without page numbers, you will need to change the .cls file or
load a .sty file that overrides the .cls file.
l*******r
发帖数: 39
12
来自主题: TeX版 - 请问这个该怎么改style?
附件里面的那个chapter 1,我想稍微往上移动一点
请问这个在sty里面对应的是什么,我该怎么改呢?
多谢!
w****k
发帖数: 6244
13
来自主题: TeX版 - CV里头的cite
interesting question, I'd like to know too.
probably need to change sty file le
T*******n
发帖数: 493
14
RevTeX4 load natbib.sty with the sort and compress options by default. You
shouldn't have to do anything except use choose a journal style that uses
numerical numbering of the references, e.g., prl.
T*******n
发帖数: 493
15
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{gather}
A=B+c \tag{A}\\
B=E+e \tag{B}
\end{gather}
\end{document}
You need to load amsmath.sty.
If you need to align the equations, use align or alignat environments
instead of
gather.
T*******n
发帖数: 493
16
This has nothing to do with Winedt.
You either need to load the .cls/.sty/.bst file that defines these macros,
or
define them yourself:
\newcommand{\journal}[1]{\textsl{#1}}
\newcommand{\sci}[0]{\journal{Science}}
\newcommand{\nat}[0]{\journal{Nature}}
\newcommand{\prb}[0]{\journal{Physical Review B}}

,\
q******c
发帖数: 16
17
我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请
高手赐教,谢谢。下面是文件的基本信息
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
\usepackage{cmbright}
\input{dissertation.sty} %university's style file
\begin{document}
%include chapters here
\backmatter
\bibliographystyle{amsplain}
\bibliography{refer}
\end{document}
h******s
发帖数: 176
18
☆─────────────────────────────────────☆
lilyflower (smile) 于 (Tue Jul 1 11:22:31 2008) 提到:
I would like to write a .sty file so that it could list the reference in
the format I like and also cite the reference in the format I like. any
suggestions on which book to read? Thanks a lot.
☆─────────────────────────────────────☆
kkff (克复) 于 (Tue Jul 1 11:43:08 2008) 提到:
Did you take a look at natbib?
http://merkel.zoneo.net/Latex/natbib.php
☆─────────────────────────────────────☆
cockr
q******c
发帖数: 16
19
来自主题: TeX版 - 关于底边边距的问题
学校的sty文件上讲会自动调节行间距以填充整个页面,因为效果不对,我试过\
flushbottom,好像没有任何效果。
把 \renewcommand{\baselinestretch}{1.66}注释掉,依然有同样的问题。
这个问题实在是不好理解,不过现在没有什么着急的了,因为学校已经认可了,不用再
改。
谢谢大家的建议和帮助!这已经不是第一次麻烦大家了。
h******s
发帖数: 176
20
来自主题: TeX版 - 关于底边边距的问题
log in on the web and attach your sty file.
q******c
发帖数: 16
21
来自主题: TeX版 - 关于底边边距的问题
sty文件在附件里
z*****n
发帖数: 7639
22
我用的是book.sty,有些figure和table的caption比较长,
在listoffigure/table里面就超出了页面了。
不知怎样能让它们自动转行呢?
l******n
发帖数: 9344
23
来自主题: TeX版 - latex index问题
想把index写成下面的形式
chapter 1 XXX.......................1
chapter 1.1 XXXXX....................2
index.sty可以解决吗?
还有标题的大小写,怎么弄?
l*****g
发帖数: 547
24
download, save at your tex file folder
G****A
发帖数: 4160
25
May I ask how can I know which one is the folder tex files are editing in?
Thanks a lot~~~~~~~~
l*****g
发帖数: 547
26
就放在你正在编辑的tex文件所在的目录里就可以了。
G****A
发帖数: 4160
27
ok了,多谢!
帮助从头到尾啊~~~
c*******h
发帖数: 1096
28
更新文件名数据库
很多人都忘了做这一步

folder
j***r
发帖数: 69
29
来自主题: TeX版 - pict2e.sty 求助
我的问题后来用eepic包解决了,没用pict2e包。
\usepackage{eepic}
S**I
发帖数: 15689
30
来自主题: TeX版 - 新.sty 文件怎么加入ctex?
和源文件放一个文件夹
d****p
发帖数: 685
31
来自主题: TeX版 - [请教]LaTex下画UML图
试过MetaUML,觉得代码无法直接嵌入tex源文件,不好用。
看了看uml.sty,发现只支持class diagram。
请问还有别的选择吗?最好是基于pgf/tikz的,因为我常用tikz。
谢谢。
T*********r
发帖数: 11175
32
?
这个是和另外一个帖子里的beamer sty文件一起用的
T*********r
发帖数: 11175
33
来自主题: TeX版 - 至于latex做slides嘛
我觉得stick with自己最熟的那个就行了
其实每个package都一样,都可以设定自己要的样子
我过去是用seminar,后来大约从04年开始用beamer
(特别要感谢SuperString同学,给我发了他自己的例子和改后的sty)
然后自己改改颜色阿,logo位置什么的
一个模版其实可以用好久
真想换换面孔,也挺容易
s*****g
发帖数: 5159
34
来自主题: TeX版 - 怎样 undefine 一个 newcommand
comment that line out in the sty file.

already
s**9
发帖数: 207
35
来自主题: TeX版 - 怎样 undefine 一个 newcommand
The editors will use standard cls and sty files. When they compile my tex
source, there will be problems.
z*****n
发帖数: 7639
36
来自主题: TeX版 - toc line too long
Hi, I am using book.sty and writing a report.
A problem pops up for the TOC is that some
titles are too long and they went outside of
the page margin. How to make text wrapped in
tableofcontent?
thx
z*****n
发帖数: 7639
37
来自主题: TeX版 - Another question
In book.sty, the default chapter typesetter is
Chapter 1. One chapter starts...
and continues...
How can I modify it to be:
1 One chapter starts...
and continues
....
Thanks in advance.
g********d
发帖数: 4174
38
来自主题: TeX版 - how to import graphs into latex?
I am using MikTex with graphics package installed using the following way:
In preamble put:
\usepackage{graphics}
To import graphic (jpg) use:
\begin{center}
\resizebox{!}{300pt} % resize the image automatic width and 100pt height
{\includegraphics{figure1}}
\end{center}
But I got the error message" File 'graphics.sty' not found". Could somebody
please help me? Thanks.
s*****g
发帖数: 5159
39
来自主题: TeX版 - 怎样在引用里写 et al?
我一般用
\bibliographystype{named}
这个sty需要单独下载,不包括在miktex的完全安装里面。
c*******h
发帖数: 1096
40
.cls 里的 papersize 和 \CroppingBox 和 .sty 里的 \NewSlideStyle
和你用 dvips, ps2pdf 设定的纸张大小不协调
prosper在设计上有一点不好的地方就是版面大小的参数太多,而很多排版的元素
又依赖于版面大小,例如logo放在哪里,page number显示在哪里。再加上原来的
设计者在欧洲,默认a4大小,后来很多设计样式的人参加进来,有人默认
lettersize的,有人默认a4的,反正就是乱套
T*********r
发帖数: 11175
41
来自主题: TeX版 - 求一个好用的beamer模板
网站不能上传sty文件了
发你信箱了
k*********g
发帖数: 791
42
\usepackage{newlfont}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{array}
\usepackage[dvipdfm]{hyperref}
\parindent 1.0cm
\parskip 0.1cm
\renewcommand{\baselinestretch}{1.5}
\input{psfig.sty}
\begin{document}
\begin{frontmatter}
b***k
发帖数: 2673
43
有几个tex文件,包含cls,bst文件,在TeXnicCenter上编译没有错误,但
就是不能生产 dvi/ps/pdf 任何一个文件。
后来我下载了ctex,在winEdt里编译同样的tex文件,发现中间指出缺少某个sty或者fd
文件,然后它自动指明一些网站让我去下载,接着就编译通过了,并生产了可视文件。
接着我又回到TeXnic中编译,也能生成可视文件了,看来就是缺少那几个文件作的怪了。
ctex可以自动在线修复,texnic却不能,是不是我有些设置没弄好?觉得强大如斯的
texnic不应该有这个缺陷啊。
因为ctex自带miktex,所以我等于又重装了miktex,而且我发现这样一来texnik也指
向了ctex自带的miktex,虽然我在其内部的设置还是原来的miktex,这是怎么回事。
s*****g
发帖数: 5159
44
来自主题: TeX版 - tex可以写简历吗?
Find the sty file of the document class and put it in your local folder.
q**j
发帖数: 10612
45
来自主题: TeX版 - 请教一个怪问题。
我如果把 bst改成plain就没有问题了。而且我试过了,不是因为别的地方ref的问题(
table, picture etc)。就是和 bibtex有关。我怀疑jf.bst或者harvard.sty有问题,
但是不应该吧。这些都是应用非常广泛的东西。
c*******g
发帖数: 475
46
来自主题: TeX版 - 2列文章里面跨列图片
这个我3年前搞过
需要下一个 立陶宛 某个人作的 .sty文件
近日用LATEX写一篇论文,需要在双栏版式中加入跨栏的图形。经多方查找资料,终于发
现:原来在\begin{figure}中加入*即可,即用\begin{figure*}!
现将原文摘下,以备自己或网友查找。
原文:http://cooooldog.ycool.com/post.1777886.html
图片,表格,以及跨双栏排版的图片和表格(TeX / LaTeX )
帅小呆 @ 2007-10-08 10:11
最近碰到的麻烦就是这个, 一直期望有一种完善而且好的方法.
但, 如果连IEEEtran都让步, 我觉得, 自己不让步的机会微乎其微.
下面是一段评论:
from: http://www.electronics.oulu.fi/latex/examples/example_3/index.html
Here we will focus on how to add figures, tables, and equations into your do
cument. Here are the complete
a******5
发帖数: 313
47
来自主题: TeX版 - 请教:\chapter 和 \appendix
用网上的模版。自己在两chapter之间插入了个appendix (\include{myAppendix}),
结果
第二个chapter的抬头变成了“appendix 2”(见附件),请问这个该如何调成 “
Chapter 2”?是
不是要改sty文件,具体该如何做?
我用\includepdf[pages=-]{chapter1_table+graph.pdf} 插入了几页的pdf文件,发现
这几页都没有页码,该用什么命令让LaTex自动加上?
谢谢。
d******n
发帖数: 150
48
就是这个slides似乎往左移动了,露出右边一条白条呢。后来不得不选style是白色背
景的sty,但是内容可以看出来往左偏。
这事怎么回事呢?
w**********l
发帖数: 8501
49
我就是不知道怎么去define,
我引用了一堆sty files,都不好使。
这是信函,不是ieee的trans.
w*****0
发帖数: 93
50
来自主题: TeX版 - [求助] feynmf无法显示label
我用miktex2.9自带的texworks. 用feynMF,能显示出来费曼图,用了{fmfgraph*}
,label的内容却无法显示。
我抄了一段别人的例子如下:
\documentclass{article}
\usepackage{feynmf}
\begin{document}
\begin{fmffile}{simplelabels}
\begin{fmfgraph*}(140,125)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmflabel{$e^-$}{i1}
\fmflabel{$e^+$}{i2}
\fmflabel{$e^+,\mu^+$}{o1}
\fmflabel{$e^-,\mu^-$}{o2}
\fmflabel{$i\sqrt{\alpha}$}{v1}
\fmflabel{$i\sqrt{\alpha}$}{v2}
\fmf{fermion}{i1,v1,i2}
\fmf{fermion}{o1,v2,o2}
\fmf{photon,label=$\gamma,,Z^0$}{v1,v2}
\end{fmfgraph... 阅读全帖
首页 上页 1 2 3 4 5 6 7 下页 末页 (共7页)