English 中文(简体)
我如何在LaTeX引用文章的标题?
原标题:How do I cite the title of an article in LaTeX?
  • 时间:2010-03-22 23:56:51
  •  标签:
  • latex
  • bibtex

I m 用LaTeX和BibTeX做文章,我想引用第一条标题。 这样做的指挥是什么?

使用<条码>海洋学字体字体字体”的Im, , 看来不成<条码>citeT{><>>>>>,< 条码> 或< 条码>

最佳回答
问题回答

这就是我如何解决引证文件的标题问题:

www.un.或g/Depts/DGACM/index_spanish.htm 在序言部分:

usepackage[s或t&compress]{natbib}

如果你想在案文中引用《刑法》而不是作者的话,那么你在序言中就界定了这一标题:

defcitealias{Weiser1996designingcalm}{Designing Calm Technology}

Note: You need to have a bibtex item (f或 the title Designing Calm Technology ) with the key {Weiser1996designingcalm}.

www.un.或g/Depts/DGACM/index_spanish.htm 在你希望撰写上述文件的文件。

citetalias{Weiser1996designingcalm}

结果是=> Calm Technology (i.e. the text You specified with the defcitealias charge above)

citepalias{Weiser1996designingcalm}

(e) 括号中的标题)

这个问题是老的,或许是citefield。 几天来,它并不 around,但现在,它就象处理此类问题那样做:

documentclass[varwidth]{standalone}

usepackage{biblatex}
egin{filecontents}{jobname.bib}
@article{example,
  title   =  {NAME OF PAPER},
}
end{filecontents}
addbibresource{jobname.bib}

egin{document}

citefield{example}{title}

end{document}

https://tex.stack Exchange.com/questions/207591/how-to-extract-bibtex-entries-as-doi-abstract-etc/207676#2076'。

参看Anders。 <代码>defcitealias似乎是行走的道路。

文献目录 ......

ibitem[protectciteauthoryear{Andrienko
  {itshape{et~al.}}}{2003}]{Andrienko2003}
Andrienko, G., Andrienko, N., and Voss, H., 2003. {GIS for Everyone: The
  CommonGIS Project and Beyond}. {itshape {In}}: {itshape {Maps and the
  Internet}}.,  131--146  Elsevier.

我使用“Eclipse”,这是免费的,如果需要,你可能不得不在本文件中经常使用。 R作为平台独立划界。 这里是多线搜索的一个例子:

搜查:

\bibitem.*(R.*)?R?{([^{]*)}R^[^\].*dddd.s([^.]*R?[^.]*)R?.*R?.*

改为:

\defcitealias{$2}{$3}

(我本人使用/bibitem.*(R.*)?) R?{([<>*]}$R^([^/].* [^}]$R.*$R.*,以获取所有项目文本

编写一系列<代码>defcitealias,可在其他地方复制:

defcitealias{Andrienko2003}{{GIS for Everyone: The
  CommonGIS Project and Beyond}}

最后,这可用于建立海关指挥系统,例如:


ewcommand{MyCite}[1]{citet*{#1}. citetalias{#1}.}

http://www.un.org。 ICT for All: The CommonGIS Project and Beyond.





相关问题
Effective Version Control for Slides

I have to maintain a huge set of training material in forms of slides. At a first glance, I ve noticed there s no support for version control in OpenOffice OOImpress (but I might be wrong on this). ...

Maths in LaTex table of contents

I am trying to add a table of contents for my LaTex document. The issue I am having is that this line: subsubsection{The expectation of (X^2)} Causes an error in the file that contains the ...

Using vim s `gqap sometimes indents unusually

For the life of me, I cannot figure out the cause of this: when writing in LaTeX documents, I like to keep my line width to maximum of 80 characters. As such, I will execute the vim command gqap and ...

aligning math equations in Latex

I am trying to align the following equations around the equal sign. What can I do? Thanks! I am using the AMSMath package $$mddot{x}_{1}-K(x_{2}+x_{12})+C(dot{x}_{12}+dot{x}_{2})+2Cdot{x}_{1} ...

LaTeX output does not update

I have just begun using LaTeX. I am working in Windows and am using TeXnicCenter as my editor. When I build and output, having the following code: documentclass{article} egin{document} This is a ...

How to put line break in a math

I d like to express the following sentence (source_location is also italic, it s not correctly rendered): Each entry has a list of tuple: < source_location, R/W, trip_counter, occurrence, killed ...

热门标签