\bibliographystyle{plain} 그리고 \citet

\bibliographystyle{plain} 그리고 \citet

편리해서 사용하고 싶습니다 \citet(작성자 이름을 직접 입력하지 않습니다). 하지만 저는 컨퍼런스에서 사용을 요청했고 \bibliographystyle{plain}이 컨퍼런스에서는 참고문헌 번호를 매기는 것을 좋아했습니다.

그래서 인용을 해야 합니다.\cite

\cite{a}

= 누군가 등. [1].

실제로 저는 \bibliographystyle{achemso}. 그리고 그것은 내가 원하는 것을 생산합니다. 그런데 참고문헌에는 논문명이 없습니다. 예:

[2]에세르, E.; 장, X.; Chan, TF SIAM J. Img. 과학. 2010, 3, 1015-1046.

Mico 님의 의견으로 이 문제를 해결했습니다. 하지만 아직 몇몇 타이틀이 빠져있습니다. 예:

 @INPROCEEDINGS{conf/nips/SmolaVL07,
  author = {Smola, Alex J. and Vishwanathan, S. V. N. and Le, Quoc V.},
  title = {Bundle Methods for Machine Learning.},
  booktitle = {NIPS},
  year = {2007},
  editor = {Platt, John C. and Koller, Daphne and Singer, Yoram and Roweis, Sam
    T.},
  publisher = {MIT Press},
  added-at = {2011-11-24T00:51:13.000+0100},
  biburl = {http://www.bibsonomy.org/bibtex/2d05d5e55475c03831974396e2c0d88bf/wkotl},
  crossref = {conf/nips/2007},
  description = {dblp},
  ee = {http://books.nips.cc/papers/files/nips20/NIPS2007_0470.pdf},
  interhash = {bc8df8615544df575dc9d183ba73b809},
  intrahash = {d05d5e55475c03831974396e2c0d88bf},
  keywords = {TO-READ optimization},
  timestamp = {2011-11-24T00:51:13.000+0100},
  url = {http://dblp.uni-trier.de/db/conf/nips/nips2007.html#SmolaVL07}
}

이것은 다음과 같이 표시됩니다.

[16] Smola, AJ, Vishwanathan, SVN, & Le, QV 2007, NIPS, ed. JC Platt, D. Koller, 221 222 Y. Singer, & ST Roweis(MIT Press)

나는 작은 샘플을 작성하기 위해 답변을 사용합니다. 그러나 인용 문제는 해결됩니다.

\documentclass[review]{OAGM}
%% For the accepted, final version, set this to the correct value:
%%\OAGMarXiv{0000.0000}

\usepackage{setspace} 
\usepackage{ulem}
 \usepackage{float} % fix the table
\usepackage{bold-extra}
\usepackage{amsmath,bm}
\usepackage[margin=1in]{geometry} 
\usepackage{color}
\usepackage{amsmath,amsopn}
\usepackage{bbm}
\usepackage{import}
\usepackage{hyperref} 
\usepackage[Sonny]{fncychap}
\usepackage{mathrsfs}
\usepackage{tikz,pgfplots}
\usepackage{listings}
\usepackage{fancyhdr}
\usepackage{color}
%\usepackage{breqn} 
\usepackage{caption}
\usepackage{subcaption}
\usepackage{epstopdf}
\usepackage[titletoc,toc,title]{appendix}
\usepackage{mathtools} 
\usepackage{tabularx}
\usepackage{booktabs}

\usepackage{graphics}
\usepackage{amsfonts}
\usepackage[bottom]{footmisc}
\usepackage{achemso} 
\setkeys{acs}{articletitle}
\begin{filecontents*}{\klkl.bib}
% This file was created with JabRef 2.9.2.
% Encoding: UTF8

@INPROCEEDINGS{conf/icml/AvronKKS12,
  author = {Avron, Haim and Kale, Satyen and Kasiviswanathan, Shiva Prasad and
    Sindhwani, Vikas},
  title = {Efficient and Practical Stochastic Subgradient Descent for Nuclear
    Norm Regularization.},
  booktitle = {ICML},
  year = {2012},
  publisher = {icml.cc / Omnipress},
  added-at = {2013-01-25T00:00:00.000+0100},
  biburl = {http://www.bibsonomy.org/bibtex/2b9ed7719ec246e3629d4b41b5515c7f9/dblp},
  crossref = {conf/icml/2012},
  ee = {http://icml.cc/discuss/2012/617.html},
  interhash = {afa43f2081a8e76fd4ceeca426a7dc66},
  intrahash = {b9ed7719ec246e3629d4b41b5515c7f9},
  keywords = {dblp},
  timestamp = {2013-01-25T00:00:00.000+0100},
  url = {http://dblp.uni-trier.de/db/conf/icml/icml2012.html#AvronKKS12}
}


\end{filecontents*}






%\newcommand{\eq}[1]{\hyperref[#1]{Equation \eqref{#1}}}
\let\originaleqref=\eqref
\renewcommand{\eqref}{Equation~\originaleqref}

\newcommand{\dataset}{{\cal D}}
\newcommand{\fracpartial}[2]{\frac{\partial #1}{\partial  #2}}
\DeclareMathOperator*{\newarg}{arg} 
\newcommand{\abs}[1]{\left\lvert #1 \right\rvert}                  % for absolute value
\newcommand{\avg}[1]{\left\langle #1 \right\rangle}           % for average
\newcommand{\norm}[1]{\left\lVert #1 \right\rVert}            % for norm
\newcommand{\bra}[1]{\left\{ #1 \right\}}            % for {}
\newcommand{\sbra}[1]{\left[ #1 \right]}            % for []
\newcommand{\lbra}[1]{\left( #1 \right)}            % for ()
\newcommand{\reffig}[1]{Figure \ref{#1}}
\renewcommand{\d}[2]{\dfrac{\mathrm{d} #1}{\mathrm{d} #2}}       % for derivatives
\newcommand{\pd}[2]{\dfrac{\partial #1}{\partial #2}}            % for partial derivatives
\let\underdot=\d                             % rename builtin command \d{} to \underdot{}
\title{Margin?}



\begin{document}
\maketitle

\begin{abstract}
Today is 3/14/2014.
 \end{abstract}
\newpage
Here is a new page\cite{conf/icml/AvronKKS12}.
\bibliography{\klkl}

\end{document}

답변1

BibTeX achemso스타일은 특별한 인용이 LaTeX의 스타일 설정을 전달할 수 있도록 설정되었습니다. 이는 패키지를 사용하여 자동으로 사용할 수 있습니다 achemso.

\documentclass{article}

\usepackage{achemso}
\setkeys{acs}{articletitle}

% This is just for demo purposes
\begin{filecontents*}{\jobname.bib}
@Article{Rauchfuss2008,
  Title                    = 
    {Aza- and Oxadithiolates Are Probable Proton Relays in Functional Models for the [FeFe]-Hydrogenases},
  Author                   = {Barton, Bryan E. and Olsen, Matthew T. and Rauchfuss, Thomas B.},
  Journal                  = {J. Am. Chem. Soc.},
  Year                     = {2008},
  Number                   = {50},
  Pages                    = {16834-16835},
  Volume                   = {130},
  Doi                      = {10.1021/ja8057666},
  Timestamp                = {2009.09.21}
}

\end{filecontents*}

\begin{document}

Some text \citet{Rauchfuss2008}

\bibliography{\jobname}

\end{document}

패키지는 자동으로 natbib패키지를 로드하고 일부 다른 설정 변경을 수행합니다. 이러한 내용은 모두 설명서에 설명되어 있습니다.

모든 작업을 '수작업'으로 수행하려면 제어 인용을 직접 만들 수 있습니다. 적합한 설정은 다음과 같습니다.

\documentclass{article}

% This is needed to pass control data to the BibTeX style
% Once the .bib file is created, you can just edit it directly
\begin{filecontents*}{\jobname-control.bib}
@Control{achemso-control,
  ctrl-article-title  = "yes",
  ctrl-chapter-title  = "no",
  ctrl-etal-number    = "15",
  ctrl-etal-firstonly = "yes",
}
\end{filecontents*}
\AtBeginDocument{\nocite{achemso-control}}

% This is just for demo purposes
\begin{filecontents*}{\jobname.bib}
@Article{Rauchfuss2008,
  Title                    = 
    {Aza- and Oxadithiolates Are Probable Proton Relays in Functional Models for the [FeFe]-Hydrogenases},
  Author                   = {Barton, Bryan E. and Olsen, Matthew T. and Rauchfuss, Thomas B.},
  Journal                  = {J. Am. Chem. Soc.},
  Year                     = {2008},
  Number                   = {50},
  Pages                    = {16834-16835},
  Volume                   = {130},
  Doi                      = {10.1021/ja8057666},
  Timestamp                = {2009.09.21}
}

\end{filecontents*}

\usepackage[numbers]{natbib}

\begin{document}

Some text \citet{Rauchfuss2008}

\bibliography{\jobname,\jobname-control}
\bibliographystyle{achemso}

\end{document}

여기서는 a가 필요 \nocite하고 해당 행에 두 번째 데이터베이스가 추가된다는 점에 유의하세요 \bibliography.

관련 정보