由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 怎么用宏来控制bibtex 条目的作者域?
相关主题
一个bibtex的问题bibtex怎么无法插入?
有用bibtex的吗[Help] on Jabref
请问bibtex中怎样表示ö这类字符?miktex bst file location
大家推荐一个管理 BibTex数据库的工具吧如何去掉Bibliography中的"-----"
Bibtex 软件bibtex 中 如何 加特殊字符 ~ ?
About referring articles如何让正文中文献引用处用(),而不是[ ]?
有没有从已有的LaTeX文件里提取bibtex的软件?怎么把新的 bibtex style 装进 Miktex?
我在TEX里做不好的事求教一个bibtex的问题
相关话题的讨论汇总
话题: author话题: bibtex话题: macro话题: san话题: conf
进入TeX版参与讨论
1 (共1页)
s**********e
发帖数: 27
1
My question is: does bibtex support the macro checking such as that in latex
"\ifx ... \else ..."?
I will use an example to explain the reason I asked this question:
when submitting paper for conference paper, we tend to use " name> and others" for author field, and for journal version, we want full
author name list.
Then could we define a macro "CONF_MODE", and then specify author field by
checking whether this macro is defined or not?
e.g.,
\ifx CONF_MODE \defined
author = "San Zhang and others"
\else
author = {Zhang, San and Li, Si and Wang, Wu and Zhao, Liu},
\fi
If there is no such mechanism in bibtex, how should we handle this problem?
Thanks!
s**********e
发帖数: 27
2
My question is: does bibtex support the macro checking such as that in latex
"\ifx ... \else ..."?
I will use an example to explain the reason I asked this question:
when submitting paper for conference paper, we tend to use " name> and others" for author field, and for journal version, we want full
author name list.
Then could we define a macro "CONF_MODE", and then specify author field by
checking whether this macro is defined or not?
e.g.,
\ifx CONF_MODE \defined
author = "San Zhang and others"
\else
author = {Zhang, San and Li, Si and Wang, Wu and Zhao, Liu},
\fi
If there is no such mechanism in bibtex, how should we handle this problem?
Thanks!
1 (共1页)
进入TeX版参与讨论
相关主题
求教一个bibtex的问题Bibtex 软件
请教一个bibtex的问题About referring articles
如何去掉 Reference 前面的 Chapter xx?有没有从已有的LaTeX文件里提取bibtex的软件?
请问bibtex怎么嵌入到main tex文件里?我在TEX里做不好的事
一个bibtex的问题bibtex怎么无法插入?
有用bibtex的吗[Help] on Jabref
请问bibtex中怎样表示ö这类字符?miktex bst file location
大家推荐一个管理 BibTex数据库的工具吧如何去掉Bibliography中的"-----"
相关话题的讨论汇总
话题: author话题: bibtex话题: macro话题: san话题: conf