由买买提看人间百态

topics

全部话题 - 话题: texs
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
s*******n
发帖数: 493
1
来自主题: TeX版 - 毕业论文中的figure问题
在主tex文件用的是\include,然后在单个tex中用的是\begin{figure} \end{figure}
来引用图片。为什么编译后总是出错,显示为Extra }, or forgotten \endgroup。单
个tex都是从发表的文章复制过去的,这些图片的编译都没有问题。请问问题出在哪里
?是我用的模板的问题吗?
非常感谢!
r*******d
发帖数: 958
2
【 以下文字转载自 Apple 讨论区 】
发信人: rockytodd (Rocky Mountain), 信区: Apple
标 题: Mac下编译latex的执行脚本
发信站: BBS 未名空间站 (Sat Jul 3 02:52:09 2010, 美东)
windows下用latex下文章,
一般都把一堆命令放到一个.bat脚本里,比如:
del Supporting-information.pdf
latex Supporting-information.tex
bibtex Supporting-information
latex Supporting-information.tex
latex Supporting-information.tex
dvipdfmx -p letter Supporting-information.dvi
然后双击这个bat文件,一切都搞定了。
Mac下怎么做?
谢谢
s*****g
发帖数: 5159
3
make a file, namely latexcompile.sh
put the following in the content of the file
rm -f Supporting-information.pdf
latex Supporting-information.tex
bibtex Supporting-information
latex Supporting-information.tex
latex Supporting-information.tex
dvi2pdf Supporting-information.dvi
save and exit.
Doe the following ONCE.
> chmod +x latexcompile.sh
Everytime, you could compile by
./latexcompile.sh
or
sh ./latexcompile.sh
a**e
发帖数: 5794
4
看人了。我喜欢文本编辑器,所以支持TeXMakerX,这个比原来的版
本多了Unicode支持。
实际我在用PSPad,因为除了TeX我还在写C和Java程序。TeXMaker界
面上有很多TeX相关的菜单和按钮,对初学者会比较方便;我都在命
令行下编译,常用的TeX命令也都记熟了,所以有没有这些界面无所
谓了。
r*******y
发帖数: 1081
5
我试了这个选项,发现还是有问题。
比如我在tex文件里这么写的一些
text在tex文档里的位置是在 figure env
之后,可是编译后这些text因为前面有多余
空白的关系导致这些text有一部分会出现在
figure env之前。这个不是我想要的。我想要的是
tex文件里的 text和figure的前后关系和编译后的
dvi文件里的前后关系要完全一致。
我前面提到过的如果不加 figure env而直接只有
\includegraphics可以达到这一点,但是又太简单。
p*********w
发帖数: 23432
6
来自主题: TeX版 - Texmaker 如何显示中文啊?
不太想改用新编辑器了,不过还是实验一下,结果还是不行,看从前的 tex 文件都是
不行。
奇怪的是,就在那个 tex 里面新打中文好像是可以的,而且打开文件后还能看见新输
入的中文。
似乎是老的 tex 是用某个特别编码写的似的

也不
b*******t
发帖数: 33714
7
不要存,直接打\acknowledge{内容}
或者存为ack.tex,里面纯文字,不要\begin{section}\end{section},然后main里面\
acknowledge\include{ack.tex}
chapterN.tex里面的格式是
\begin{chapter}{主标题}
\section{副标题}
文字
\subsection{副副标题}
...
\end{chapter}

acknowledge
acknow
和c
chapter1
f********l
发帖数: 83
8
现在只剩下tex文件了,还是不行。换了texstudio运行了下,也不行。
里面说的是
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "文件名".
tex
pdflatex.exe: No Data pdflatex.exe: Data: get proxy host by name failed in
tcp_connect()
Process exited normally
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "文件名".
tex
pdflatex.exe: No Data pdflatex.exe: Data: get proxy host by name failed in
tcp_connect()
Process exited normally
N****g
发帖数: 422
9
我之前用的一直是LyX+WinEdt
见到有人推荐BaKoMa就试了一下,确实非常fancy
同时可以edit自动生成的pdf-looking file,也可以在下面的窗口直接编辑tex code
不过想问一下就是,在编辑这个pdf-looking file的时候,如何打公式?
LyX是直接按快键Ctrl+M,或者Ctrl+alt+N,就出来公式编辑框了。打公式的时候,比
如说打\frac,自动就出来分数线,上下两个框,你可以继续在里面编辑分子分母
但是在BaKoMa里“\”指令是无效的,无法识别tex code
想请问一下达人在BaKoMa里是怎么打公式的?
PS,如果BaKaMa只能在下面的tex code编辑文本框里打公式,那也没有多attractive了
(虽然在上面可以直接实时看到生成的结果)
多谢!
a****t
发帖数: 1532
10
来自主题: TeX版 - MacTex系统下 cls文件 路径
cls文件应该放在哪里,编译tex的时候可以自动找到? 一直都是和当前tex文件放在一
起,可以编译。但是有太多tex文件在不同的文件夹里需要运行,不想这么麻烦。
Thanks
a*****g
发帖数: 19398
11
来自主题: TeX版 - googlecode 即将关闭zz
googlecode 即将关闭zz
发信人: milksea (肥了,又肥了 >>>_<<<), 信区: TeX
标 题: googlecode 即将关闭
发信站: 水木社区 (Fri Mar 13 09:52:53 2015), 站内
http://google-opensource.blogspot.com/2015/03/farewell-to-googl
坑爹的 Google 再次表现了自己的坑爹之处,google code 将在今年 8 月只读,明年
1 月
整个关闭。
目前国内有不少 TeX 相关的项目是托管在 Google code 上的,比如 ctex-kit,ctex-
doc
,我的 zhmakeindex, leoliu-tex-pkg, asy4cn,李清的 sobenlee,以及数量庞大的
大学
论文模板(见 http://blog.sina.com.cn/s/blog_5e16f1770100mno8.html 的搜集)。
这些项目都需要迁移。目前来看功能和人气方面最靠谱的地方是 github,但缺点是偶
尔被
墙(当然 google 更严重)、不在教育网... 阅读全帖
k***g
发帖数: 7244
12
来自主题: Economics版 - How to use AEA's LATEX template
如果你用 scientific workplace, 把那些 *.shl 放入 shells 目录下,那些都是 sw
的模板,用的时候直接从模板新建这些文件就行了;
如果你是用 editor 直接编辑 LaTex,把.shl 文件后缀改为 .tex 文件直接打开就行了

无论是哪中,都必须把zip里提供的 .cls .cst. bst .tex 等文件放入你的 tex 能搜索
的路径里
X*****r
发帖数: 2521
13
【 以下文字转载自 TeX 讨论区 】
发信人: Xfilter (卡), 信区: TeX
标 题: Winedt和Texniccenter哪个方便啊?
发信站: BBS 未名空间站 (Fri Apr 11 12:56:42 2008), 转信
想选准了一个就一直用下去了
有别的更好的编辑器推荐吗?
Windows下的?
有没有那种一边是pdf一边是tex文件,然后边改边看效果的?
b*****i
发帖数: 58
14
来自主题: Mathematics版 - Re: latex问题
to use pdflatex, can use 'epstopdf' to get a pdf copy of your eps file, then
\usepackage[pdflatex]{graphicx}
% need to specify the driver explicitly above
and use the 'figure' enviroment to include the .eps file.
% it's said that 'graphicx' is better than 'epsfig' which is
% kind of old...
btw, I usu. generate a pdf in the way:.tex->.ps->.pdf
latex foo.tex
dvips foo.dvi
distill foo.ps
% there is no pdf[la]tex in our unix server.

l*****o
发帖数: 67
15
感觉用adobe的东西,有点大才小用,牛刀杀鸡,而且有版权问题。linux下的gnuplot
,可以将图形导出为很多格式,都是规范的。
建议,pdf和eps格式的图形都保留, 在tex文件中不要指定文件后缀格式。比如,
\includegraphics{example}
你可以用latex编译,tex就自动寻找图形example.eps,如果用pdflatex编译,tex就自
动寻找example.pdf。这样两个命令就是等效的。
j*****5
发帖数: 235
16
我没上传过PDF,一直上传tex和eps图文件,系统自动转成PDF,没用问题。关键是把要
图的路径设置成和tex文件在同一个目录,同时拷贝.bbl文件中所有内容,替代原先tex
文件中bibliography命令行,这就能解决参考文献和贴图问题。
p*******u
发帖数: 416
17
第一次用LaTex,非常非常之菜。
电脑是windows XP, 我先下载了MikTex2.7,install 在E盘下的miktex文件夹(C盘快满
了),这样miktex这个文件夹里有了21个子文件夹,然后我又下载了graphics.dxt也放
在miktex文件夹里,于是miktex里有了21个子文件夹和一个graphics.dxt文件。
我试图运行一个叫test.tex的文件,和这个test.tex文件同在一个文件夹的还有一个
testgra.ps的图形文件。这个test.tex在别人的计算机上能够正确运行并产生想要的包
含testgra.ps图形的pdf文件,但当我在我的计算机上运行时不能生成.pdf文件(failed
to generate pdf file),log文件显示:LaTeX Warning: File `forcast.ps' not
found on input line 28.
! LaTeX Error: Unknown graphics extension: .ps.
我怀疑是程序没安装好或没set up正确或缺少什么package, google 了
p********y
发帖数: 5141
18
http://en.wikipedia.org/wiki/Gore-Tex
Gore-tex是一种fabric,一般户外品牌会付给这个公司的钱,使用这种材料。这也是为
什么gore-tex的衣服比各品牌自身防水材料的衣服贵很多的原因。
p********y
发帖数: 5141
19
http://en.wikipedia.org/wiki/Gore-Tex
Gore-tex是一种fabric,一般户外品牌会付给这个公司的钱,使用这种材料。这也是为
什么gore-tex的衣服比各品牌自身防水材料的衣服贵很多的原因。
w*******y
发帖数: 60932
20
Enter coupon FALLSALE to reduce price by 25%-there are 9 styles that are 75%
off.
There is not a lot of stock, and sizes limited- so ymmv.
Sizing is in the description of most slippers.
I had these first ones for my infant and I paid a lot more than $3.56 and
they are wonderfully soft, warm and easy to put on.
Infants:
ACORN Kids' Tex Easy Bootie 0-6 month size
Link:
http://www.shoes.com/Shopping/ProductDetails.aspx?p=EC1092580&pg=5063833
ACORN Kids' Spa Terry Bootie 0-6month size
Link:
http://... 阅读全帖
d******a
发帖数: 32122
21
【 以下文字转载自 TeX 讨论区 】
发信人: didadida (滴滴嗒嗒), 信区: TeX
标 题: 在word里用latin modern,打印出来跟latex一个样
发信站: BBS 未名空间站 (Sat Oct 22 11:01:03 2016, 美东)
latex丧失一个重要的优势
免费的otf字体还有不少,但是必须在windows安装之后才能在word里显示。latin
modern是唯一word保存的时候可以embed的
c****s
发帖数: 5892
22
多伦多作为加拿大第一大城市,也是加拿大的经济中心。为人不知的是这里也是加拿大的一个军事中心,加军海陆空总共有6万官兵,但驻守在多伦多的就有近12,000人,分散在8个重要的军事单位。
**加拿大军事学院
加拿大军事学院(CFC)是培养加拿大高级军事人才的院校,通过高素质的专业军事教育,使学员在加拿大军队中具备有效优秀的领导才能。
该机构成立于1943年,作为加拿大皇家空军作战参谋学院(RCAF War Staff College)。1945年,学院更名为加拿大皇家空军参谋学院,1962年成为空军学院的组成部分。空军学院还包括一个总部,一个参谋学校和进修学校。在加拿大武装部队一体化后,学院于1966年更名为加拿大部队学院。
**国防公共事务安省办公室
国防公共事务办公室在全国共有6个办公室,除渥太华总办公室外,还在多伦多、哈利法克斯、卡尔加里、温哥华和蒙特利尔设有办公室。主要是处理军队与地方关系和宣传等事物。
**加拿大国防研发中心
加拿大国防研发中心自二战期间开始研发军工技术,涉及陆海空三军。总部位于渥太华,在全国还有9个研究所侧重不同方向,共有1600名雇员。多伦多分部主要是侧重综合... 阅读全帖
c******h
发帖数: 4573
23
来自主题: Military版 - 为啥一件羽绒服卖8000元?
肯定用的gore-tex面料。不过始祖鸟的gore-tex面料的也不要几千欧啊。几百美金拿下
了。
我想不明白波士顿怎么卖这么贵。
E*V
发帖数: 17544
24
来自主题: Military版 - read this carefully!
【 以下文字转载自 WorldNews 讨论区 】
发信人: EUV (奶特都是卖国贼), 信区: WorldNews
标 题: read this carefully!
发信站: BBS 未名空间站 (Sun May 29 00:08:46 2011, 美东)
http://www.nytimes.com/2011/05/29/us/29surveillance.html?_r=1&h
AUSTIN, Tex. A fat sheaf of F.B.I. reports meticulously details the
surveillance that counterterrorism agents directed at the one-story house in
East Austin. For at least three years, they traced the license plates of
cars parked out front, recorded the comings and goings of residents and
guests and, i... 阅读全帖
O**n
发帖数: 649
25
AUSTIN, Tex. — A fat sheaf of F.B.I. reports meticulously details the
surveillance that counterterrorism agents directed at the one-story house in
East Austin. For at least three years, they traced the license plates of
cars parked out front, recorded the comings and goings of residents and
guests and, in one case, speculated about a suspicious flat object spread
out across the driveway.
“The content could not be determined from the street,” an agent observing
from his car reported one day in 20... 阅读全帖
r**********g
发帖数: 22734
26
来自主题: Military版 - 大家给程序大师排个名么
搞出Word呢就好比几千人一起想出怎么造飞鸡
搞出TeX呢就好比达摩面壁突然悟出了大力金刚指
排版而言,Word能搞的TeX都能搞,反之不能。随便去AMS package找几个sample的公式
,用Word你看能敲出来不
d**o
发帖数: 864
27
来自主题: Military版 - 大家给程序大师排个名么
tex可以画3D图,还可以画动画,pdf可以插入视频.

tex
c*****e
发帖数: 3226
28
来自主题: Military版 - 大家给程序大师排个名么
至今还没有也不需要tex, 但是没有word不成。
就算tex 超牛B, 如果只是满足小部分人的特殊需要,就没什么商业价值。就像大部分
人需要GUI一样。
h******k
发帖数: 13418
29
来自主题: Military版 - 大家给程序大师排个名么
看来你是明白人,VBS可以,但是性能很差,模拟运算的结果是海量的,用Tex做几天的
,用VBS要跑上月了。而且word对VBS的接口也相对复杂,word又没有对公式的parser.
你做这个VBS也要搞个把月。Tex几小时就搞定了。
w****y
发帖数: 2501
30
这篇文章
http://www2.imperial.ac.uk/~skdona/KEDEVELOPMENTS-9-19-2013.PDF
的Metadata显示
BaKoMa TeX 8.20 12618G9324/40410707
貌似是个所见即所得的Tex编辑器,比较贵,有人用过么?
e********3
发帖数: 18578
31
来自主题: Military版 - Leslie Lamport拿了今年的图灵奖
LaTex是Tex的升级版,把很多Tex的功能打包方便用户,类似于Word里面的宏(Macro)一
样。
d******a
发帖数: 32122
32
【 以下文字转载自 TeX 讨论区 】
发信人: didadida (滴滴嗒嗒), 信区: TeX
标 题: 在word里用latin modern,打印出来跟latex一个样
发信站: BBS 未名空间站 (Sat Oct 22 11:01:03 2016, 美东)
latex丧失一个重要的优势
免费的otf字体还有不少,但是必须在windows安装之后才能在word里显示。latin
modern是唯一word保存的时候可以embed的
W*****B
发帖数: 4796
33
PHARR, Tex. — On paper, he’s a devoted U.S. citizen.
His official American birth certificate shows he was delivered by a midwife
in Brownsville, at the southern tip of Texas. He spent his life wearing
American uniforms: three years as a private in the Army, then as a cadet in
the Border Patrol and now as a state prison guard.
But when Juan, 40, applied to renew his U.S. passport this year, the
government’s response floored him. In a letter, the State Department said
it didn’t believe he was an A... 阅读全帖

发帖数: 1
34
Men who allegedly shot neighbor in mattress dispute arrested — again —
after video surfaces
‘You pulled a gun in front of my kids over a mattress’: Father, son shoot
man over trash dispute
Video shows a man being shot in Abilene, Tex. on Sept. 1 after a heated
confrontation over a mattress in an alley. The video contains graphic
content. (Kara Box via Storyful)
By
Reis Thebault
September 22, 2018 at 6:10 p.m. CDT
Two men charged with murder in a deadly dispute between neighbors in Abilene
, Tex.... 阅读全帖
l****z
发帖数: 29846
35
美国页岩气热潮令人们对能源成本下降将在一定程度上推动美国制造业复兴报以希望。
但相对于亚洲和欧洲企业而言,美国制造业的竞争力依然在下降。
问题主要在于钢铁、卡车、汽车部件、工业机械和家具行业。
今年上半年,美国的商品贸易逆差次上年同期的3,546.4亿美元扩大至3,715.9亿美元;
上半年的进口增长3.3%,出口增长2.6%;不包括汽油和煤炭的制成品出口仅增长0.8%,
远低于2013年2.1%的增幅。
图表:美国长期的贸易逆差
如果出口无法实现可持续的强劲增长,美国的工厂就不太可能实现一些专家人士预测的
那种复苏。但那样的增长很难实现,因为中国和其他国家纷纷采取激进的出口战略,同
时美国因生产向海外转移而丧失了生产技能和供应商。中国并非唯一在这方面获胜的国
家。今年上半年,美国与欧元区三个最大成员国(德国、法国和意大利)的贸易逆差均
有所扩大。
一些经济学家认为,美国的国际贸易竞争力增强只是时间问题。IHS的经济学家蒙哥马
利(Mike Montgomery)称,较低的能源成本、不断缩小的薪资差距和其他因素产生了一
种缓慢的效应,只是这种效应目前尚未在贸易差额中体现出来。
而钢材和... 阅读全帖
w********t
发帖数: 12853
36
Texas GOP congressman slams Trump plan for border wall
By Elise Viebeck January 25
House Speaker Paul D. Ryan administers the House oath of office to Rep. Will
Hurd (R-Tex.) during a mock swearing-in ceremony in Washington on Jan. 3. (
Zach Gibson/AP)
The Republican congressman whose district includes more miles of U.S.-Mexico
border than any other came out against President Trump’s new executive
action ordering the “immediate construction” of a border wall to block
undocumented immigrants from ... 阅读全帖
w********t
发帖数: 12853
37
德州边境线共和党议员批评川普的造墙计划
发信站: BBS 未名空间站 (Fri Jan 27 23:45:45 2017, 美东)
Texas GOP congressman slams Trump plan for border wall
By Elise Viebeck January 25
House Speaker Paul D. Ryan administers the House oath of office to Rep. Will
Hurd (R-Tex.) during a mock swearing-in ceremony in Washington on Jan. 3. (
Zach Gibson/AP)
The Republican congressman whose district includes more miles of U.S.-Mexico
border than any other came out against President Trump’s new executive
action ordering the “immediate con... 阅读全帖
b*****d
发帖数: 61690
38
A Houston Tex-Mex restaurant has shut down its social media accounts after
receiving insults and death threats for posting a picture of executive chef
Domenic Laurenzo with U.S. Attorney General Jeff Sessions.
KHOU11, a CBS affiliate, reported the restaurant posted the photo Friday and
wrote that it was an “honor” to serve the attorney general, thanking him
“for allowing us to serve you.”
The Tex-Mex eatery was immediately hit with criticism online. Some called
for a boycott of the restaurant an... 阅读全帖
E*V
发帖数: 17544
39
来自主题: WorldNews版 - read this carefully!
http://www.nytimes.com/2011/05/29/us/29surveillance.html?_r=1&h
AUSTIN, Tex. A fat sheaf of F.B.I. reports meticulously details the
surveillance that counterterrorism agents directed at the one-story house in
East Austin. For at least three years, they traced the license plates of
cars parked out front, recorded the comings and goings of residents and
guests and, in one case, speculated about a suspicious flat object spread
out across the driveway.
The content could not be determined from the st... 阅读全帖
f******t
发帖数: 7283
40
来自主题: Automobile版 - 2010 Mercedes C300 4MATIC Boston
除了C63AMG之外,绝大部分的C class现货都没有配真皮座椅那个option,包括那些超
过4万5 msrp的C350。我去现场比较过,手感上见仁见智了;但感觉上来讲那个mb tex
假皮比真皮或许更舒服一些(至少前者还是perforated的,夏天坐上去比较清爽一些)
,再加上可以省一千多块钱,或许这就是mb预测大部分人都选mb tex的原因?
但另一方面这也让我有所顾虑:买这个价位的车子配的还是假皮,有点说不过去......
l*z
发帖数: 6
41
来自主题: Automobile版 - 奔驰团购最新更新 (6/29)
ID: lbz
Model: GLK 350
Stock Number: 116042, 116045 or Black with Black MB-Tex 116243
If all above were taken, I'll go for:
Palladium Silver with Black MB-Tex
Stock Number: 115801 or 115594
Thanks a lot for sharing the deal with us!
-lbz
f******t
发帖数: 7283
42
另外一个明显缺点是车子配的所谓“MB-TEX”的假皮座椅。虽然这MB-TEX全称是“
Mercedes-Benz Texturized Punctured Vinyl”,但问题时这人造革透气性还是极其差
。我坐在里面不管空调开多大,贴着椅子的后背、大腿还是一直有汗,觉得很热。这可
是西雅图啊,天气能热到哪去呢?当然出租车坐那么十几分钟还没问题,我这个开长途
好几个小时的就受罪了。
f******t
发帖数: 7283
43
我拿到的这辆E350只是加了Premium 1 pkg的,所以椅子不是真皮,而是人造革(奔驰
起了个名字叫做MB-TEX,全称“Mercedes-Benz Texturized Punctured Vinyl”),尽
管可以类似真皮,但这个摸上上去跟真皮感觉还是有不同的,MB-TEX手感更像摸一块橡
胶。
E class内部尺寸其实不宽敞,座椅我觉得比较窄,E class的前座大概跟民航客机的经
济舱座位那样宽,并且左右两个座位靠得很近,中央扶手很窄(只比一部iPhone5宽一
些,如图),给我感觉真不能算是中型轿车,内部空间一坐进去就能立刻感到比BMW 5
系、Audi A6、GS350这些小太多了。
这张照片是中央扶手的特写。这是我见过的中型轿车里最窄的中央扶手。
g********d
发帖数: 19244
44
来自主题: Automobile版 - [合集] G37和E350几个细节的比较
☆─────────────────────────────────────☆
felixcat (好戏才刚开始) 于 (Wed Jul 24 17:31:49 2013, 美东) 提到:
G37是我很喜欢的车子。在租车公司没有E350给我的时候一般都会拿G37作为替代,因为
在租车公司那里G37跟E350是同等级的车子(但有时候G37的价钱daily rate要贵一些,
不知为啥)。我也乐于接受,因为G37的乘坐舒适性比E350要明显好。C&D最新测评的
2014 E350说的很对,E350的悬挂太硬,开起来不舒服:“Frost heaves, expansion
strips, and broken pavement transmit impact harshness through the 245/40-
series Pirelli P Zero tires”,我看mbworld论坛里还有个最新帖子专门讨论这个事
情。
G37在运动型和舒适性上做了很好的折衷,很适合日常使用。并且很重要的是,G37的尺
寸跟E350相当,尤其是内部空间,特别是脚部空间很宽敞。下面是几个... 阅读全帖
s****i
发帖数: 1593
45
【 以下文字转载自 TeX 讨论区 】
发信人: skyoui (skyoui), 信区: TeX
标 题: 请教个关于winedt的问题,关于文献列表窗口
发信站: BBS 未名空间站 (Mon Feb 22 16:55:41 2010, 美东)
用\cite{}会直接跳出文献列表,选择引用文献非常方便。
问题是如果要在{}里输入多个文件,怎么让这个跳出的文件列表不消失,多选几个文献
?或者如何快捷键激活这个列表?
多谢。
i********w
发帖数: 2223
46
来自主题: Faculty版 - texify,pdftexify, hyperref
【 以下文字转载自 TeX 讨论区 】
发信人: icebergzjw (吃包子), 信区: TeX
标 题: texify,pdftexify, hyperref
发信站: BBS 未名空间站 (Mon Aug 16 14:35:24 2010, 美东)
附件1是texify生成dvi, 然后dvi2ps、ps2pdf生成的pdf。可以看到references里面的
一些link有问题。(尽管我已经用了\usepackage[breaklinks]{hyperref})
附件2是pdftexify直接生成的pdf (code 一摸一样),没有问题。
我的问题是:
1。 为什么两种方法得到的pdf不一样
2。 经常有些时候pdftexify好用,但是texify就不好用 (我用beamer的时候也是)
(我之所以不喜欢直接用pdftexify是因为我有很多图都是eps格式)
哪位大侠给解释一下。
谢过了。
o******d
发帖数: 743
47
【 以下文字转载自 TeX 讨论区 】
发信人: ordworld (ordinary world), 信区: TeX
标 题: LaTex 比新版的Word 好在什么地方?
发信站: BBS 未名空间站 (Wed Mar 9 04:22:59 2011, 美东)
新版的Word 写方程也是很方便,在equation 环境下,输入方程的方式和LaTex 几乎一
样。 \alpha, \int 等等,很方便。但是word 更直观。不知道LaTex 比Word 好在哪里?
请哪位两者都比较熟的同学说说?谢谢!
T*********r
发帖数: 11175
48
1.latex下,格式标准,你用不着拿着鼠标调整
特别是图文,或者方程和文字一起排版地时候
2.你要是文字中很多特殊符号,这要用word不得累死
用tex简单多了
3.word更直观这说法,看个人写作习惯了
比如有人就喜欢只focus on 内容,往下写的
而且习惯了latex的思维习惯的话,看着文字里的特殊字符,也没什么特别的
更何况latex并不是不直观,你写完长的方程,如果担心哪里错了,直接tex一下,生成
dvi,pdf,ps之类马上也就看到了。要么自己写个script要么用现成的texshop或者
winedt
之类,都很容易解决这个问题。

里?
c***r
发帖数: 1570
49
【 以下文字转载自 TeX 讨论区 】
发信人: caoer (caoer), 信区: TeX
标 题: bibtex/bbl文件如何转换成latex
发信站: BBS 未名空间站 (Mon Jun 27 18:17:17 2011, 美东)
用bibtex的bib文件一直挺好的,
一个杂志不知道不能用bib,文章都写好了才发现,必须要把文献放到latex文件中,就是文章的最后。
请问有什么方便的方法转换?
我的bib里面有300多篇文章,latex中实际只用50多篇,我想bbl文件信息如何能提取?
谢谢
o******d
发帖数: 743
50
【 以下文字转载自 TeX 讨论区 】
发信人: ordworld (ordinary world), 信区: TeX
标 题: 请介绍个最简易的在LaTex里输入中文的方法
发信站: BBS 未名空间站 (Sun Jul 17 11:51:40 2011, 美东)
需要用beamer 写中文slides,但不知道怎么输入中文。我用TeXnicenter + MikTex.
十分感谢!
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)