c****r 发帖数: 185 | 1 我用如下命令加入Index。在TOC中Index显示的页码是对的,
但是点击之后指向的实际页码不对。
\usepackage{hyperref,makeidx}
\makeindex
...
\addcontentsline{toc}{chapter}{Index}
\printindex
有什么办法? |
|
T*******n 发帖数: 493 | 2 You would have to write a MakeIndex style file to sort and format the
list of acronyms. Unless you have so many of these, it's not worth the
effort. |
|
e*******l 发帖数: 55 | 3 我知道可以用 \index, then makeindex 来做索引。但是能不能做两个索引呢?比方说
,一个是关键字索引,一个是人物索引?谢谢。 |
|
T*******n 发帖数: 493 | 4 The indexing/glossary mechanism is different from the footnote
placement mechanism. I think "MakeIndex/Indexes/Glossaries" can be
one category.
Footnote placement are technically similar to float (figure and table)
placements, marginpars, and somewhat related to headers and footers.
These should probably be under page layout.
Actually graphics and table formatting can be their own categories,
i.e., these will deal with how to draw figures, handle EPS file, format
tables, but not why a table or |
|
n****i 发帖数: 196 | 5 \documentclass[phd,preview,makeindex,everb]{icmsec}
然后呢 帅哥 |
|
q**j 发帖数: 10612 | 6 我F12或者directly select from menu,总是得到一下错误:
Input index file *.idx not found.
我的目的是想让TexMaker给我自动生成一个文件目录。请问这个目标太高了嘛?或者应
该如何使用TexMaker?多谢。 |
|
|
q**j 发帖数: 10612 | 8 Thanks you are correct. I know a bit about how to generate index now.
But as an example:
\index{subconcious} is a very important word.
will give me the index right. But the word "subconcious" won't appear in the
body of the text. Should I do?
\index{subconcious} subconcious is a very important word.
This will get the job done. But I would say not perfectly.
如果直接可以用一个单词在文章里面,同时也用它在Index里面岂不完美?
另外在texmaker里面好像没有办法auto这些有关于index的功能。都是手动的。我这样
理解正确嘛? |
|
e****c 发帖数: 183 | 9 And then I just specify the path to the compiler, bibtex, and makeindex?
Thanks. |
|
w*****0 发帖数: 93 | 10 我用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... 阅读全帖 |
|