
내 논문에 라텍스 템플릿을 사용하고 있습니다. 템플릿에는 다음 형식의 bbl 파일이 있습니다.
\begin{thebibliography}{3}
\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi
\bibitem[{Knuth(1984)}]{texbook}
{\sc Knuth, D.E.} (1984). {\em The {{\TeX}book}\/}. Addison-Wesley.
\bibitem[{Lamport(1986)}]{latex}
{\sc Mohsen, L.} (1986). {\em {\LaTeX:} {A} Document Preparation System\/}.
Addison-Wesley.
\bibitem[{Rudin(1973)}]{Rud73}
{\sc Rudin, W.} (1973). {\em Functional {Analysis}\/}. McGraw-Hill, New York.
\bibitem[{Taylor R.L(1991)}]{Zienkiewicz}
Zienkiewicz, O.C, Taylor R.L(1991) The Finite Element Method, Vol 2: Solid and Fluid Mechanics, Dynamics and Non-Linearity. McGraw-Hill
\end{thebibliography}
Mendeley에서 참조 목록을 가져오려고 하는데 두 가지 문제에 직면합니다.
1.Mendeley는 bbl 파일이 아닌 bib 파일을 생성합니다.
2. 위에 표시된 형식이 필요하지만 다음과 같은 형식이 제공됩니다.
@article{,
file = {:C$\backslash$:/Users/mohsen/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Unknown - 1991 - Rheologica Acta Calculation of residual stresses in injection molded products.pdf:pdf},
keywords = {\_flow-,\_numerical analysis,\_thermally-induced residual stresses,amorphous,c\_ompressible l\_eonov model,induced residual s\_tresses,injection \_molding,notation and symbols,polymers,viscoelasticity},
pages = {284--299},
title = {{Rheologica Acta Calculation of residual stresses in injection molded products}},
volume = {299},
year = {1991}
}
누구든지 문제를 해결하는 방법을 도와줄 수 있는지 궁금합니다.
답변1
이와 같은 사용자 정의 형식을 만드는 것은 최근음료수프로젝트가 잘 적응되었습니다. BibTeX를 Bibulous로 교체할 때 OP가 원하는 참조 목록 형식은 다음 스타일 템플릿 파일을 사용하여 생성할 수 있습니다.
TEMPLATES:
book = \textsc{<au>} (<year>). \textit{<title>}. <publisher>[, <address>].
OPTIONS:
namelist_format = last_name_first
(위의 내용은전체OP는 책만 나열하므로 항목 에 대한 템플릿만 정의했습니다 book
.) 이 템플릿에는 저자 목록 <au>
, 연도 <year>
, 책 제목 <title>
및 출판사가 표시됩니다.<publisher>
필드를 다음과 같이 표시합니다.필수의필드와 <address>
필드는 선택 사항입니다.