当前位置:   article > 正文

Latex自定义参考文献.bst文件

bst文件

latex自带参考文献.bst文件库在安装路径的texmf-dist\bibtex\bst\base文件夹里。例:E:\latex\latex_software\texlive\2022\texmf-dist\bibtex\bst\base

base文件中给出了几种基本的style,我们可以按照投稿的要求自行选择

使用 BiBTeX 时,将设置参考书目样式,并使用以下两个命令导入参考书目文件:

  1. \bibliographystyle{stylename}
  2. \bibliography{bibfile}

其中 bibfile (你在当前待加入的文章XXX.tex文件下建的.bib文件用于参考文献的存放)是参考文献这个文件的名字,没有扩展名.bib 

而 stylename 是下图中格式之一(abbrv,acm,alpha,apalike,ieeetr,plain,siam,unsrt),右边为引用的参考文献示例。

  1. %文章XXX.tex的参考文献部分举例
  2. \documentclass{article}
  3. \usepackage[numbers,sort&compress]{natbib}
  4. \begin{document}
  5. \title{My REFERENCES DOCUMENT}
  6. \maketitle
  7. we want to cite these references in this article\cite{1}.
  8. \bibliographystyle{ieeetr}
  9. \bibliography{bibfile}
  10. \end{document}
  1. %参考文献bibfile.bib文件
  2. @ARTICLE{1,
  3. author={Ding, He and Peng, Yanxiu and Lv, Guoqing and Xie, Yang and Chen, Junyu and Shi, Zhao and Deng, Yuping and Yin, Lan and Yang, Jian and Wang, Yongtian and Sheng, Xing},
  4. journal={IEEE Journal of Selected Topics in Quantum Electronics},
  5. title={Heterogeneous Integration of Thin-Film Organic and Inorganic Devices for Optical Based Bioelectrical and Chemical Sensing},
  6. year={2023},
  7. volume={29},
  8. number={3},
  9. pages={1-20},
  10. doi={10.1109/JSTQE.2022.3217070}}

显示结果如下:

 

 但是我们总会遇到参考文献格式和上述几种风格不符的情况。如我今年修的科技论文写作课程,老师期末考核要求我们自己找出研究方向相关的文章,参考北京大学论文写作要求对参考文献进行latex的格式排版。参考文献引用风格需要自己更改。那么怎么自定义bibtex的bst文件呢,直接打开bst文件,会发现它的源码采用堆栈式的语言,直接上手改源码对小白而言有些困难qwq。。。下面介绍一个通过命令窗口自动生成想要的参考文献格式方法:

1.Win+R打开cmd命令栏窗口

2.输入:latex makebst

3.在接下来命令栏窗口的提示中,只需要输入 yes 或者 no 来依次完成各种格式设置,如参考文献编号,作者姓名缩写,标题大小写格式,句号冒号的使用等。(下面以我的要求为例进行演示)

 

  1. Microsoft Windows [版本 10.0.19044.2251]
  2. (c) Microsoft Corporation。保留所有权利。
  3. C:\Users\lenovo>latex makebst
  4. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=latex)
  5. restricted \write18 enabled.
  6. entering extended mode
  7. (e:/latex/latex_software/texlive/2022/texmf-dist/tex/latex/custom-bib/makebst.t
  8. ex
  9. LaTeX2e <2021-11-15> patch level 1
  10. L3 programming layer <2022-02-24>
  11. ***********************************
  12. * This is Make Bibliography Style *
  13. ***********************************
  14. It makes up a docstrip batch job to produce
  15. a customized .bst file for running with BibTeX
  16. Do you want a description of the usage? (NO)
  17. \yn=y
  18. In the interactive dialogue that follows,
  19. you will be presented with a series of menus.
  20. In each case, one answer is the default, marked as (*),
  21. and a mere carriage-return is sufficient to select it.
  22. (If there is no * choice, then the default is the last choice.)
  23. For the other choices, a letter is indicated
  24. in brackets for selecting that option. If you select
  25. a letter not in the list, default is taken.
  26. The final output is a file containing a batch job
  27. which may be (La)TeXed to produce the desired BibTeX
  28. bibliography style file. The batch job may be edited
  29. to make minor changes, rather than running this program
  30. once again.
  31. Enter the name of the MASTER file (default=merlin.mbs)
  32. \mfile=
  33. Name of the final OUTPUT .bst file? (default extension=bst)
  34. \ofile=lxqbib0
  35. Give a comment line to include in the style file.
  36. Something like for which journals it is applicable.
  37. \ans=
  38. Do you want verbose comments? (NO)
  39. \yn=
  40. (e:/latex/latex_software/texlive/2022/texmf-dist/tex/latex/custom-bib/merlin.mb
  41. s
  42. <<< For more information about the meanings of
  43. <<< the various options, see the section on
  44. <<< Menu Information in the .mbs file documentation.
  45. EXTERNAL FILES:
  46. Name of language definition file (default=merlin.mbs)
  47. \cfile=
  48. Name of language file: \cfile=.
  49. Include file(s) for extra journal names? (NO)
  50. \yn=
  51. No included files.
  52. INTERNAL LANGUAGE SUPPORT (if no external language file)
  53. (*) English words used explicitly
  54. (b) Babel (words replaced by commands defined in babelbst.tex)
  55. Select:
  56. \ans=
  57. You have selected: English
  58. STYLE OF CITATIONS:
  59. (*) Numerical as in standard LaTeX
  60. (a) Author-year with some non-standard interface
  61. (b) Alpha style, Jon90 or JWB90 for single or multiple authors
  62. (o) Alpha style, Jon90 even for multiple authors
  63. (f) Alpha style, Jones90 (full name of first author)
  64. (c) Cite key (special for listing contents of bib file)
  65. Select:
  66. \ans=
  67. You have selected: Numerical
  68. HTML OUTPUT (if non author-year citations)
  69. (*) Normal LaTeX output
  70. (h) Hypertext output, in HTML code, in paragraphs
  71. (n) Hypertext list with sequence numbers
  72. (k) Hypertext with keys for viewing databases
  73. Select:
  74. \ans=
  75. You have selected: Normal LaTeX
  76. LANGUAGE FIELD
  77. (*) No language field
  78. (l) Add language field to switch hyphenation patterns temporarily
  79. Select:
  80. \ans=
  81. You have selected: No language field
  82. ANNOTATIONS:
  83. (*) No annotations will be recognized
  84. (a) Annotations in annote field or in .tex file of citekey name
  85. Select:
  86. \ans=
  87. You have selected: No annotations
  88. PRESENTATIONS:
  89. (*) Do not add presentation type for conference talks
  90. (p) Add presentation, speaker not highlighted
  91. (b) Presentation, speaker bold face
  92. (i) Presentaion, speaker italic
  93. (c) Presentaion, speaker in small caps
  94. Select:
  95. \ans=
  96. You have selected: Do not add presentation type
  97. ORDERING OF REFERENCES (if non-author/year and non-alph)
  98. (*) Alphabetical by all authors
  99. (c) Citation order (unsorted, like unsrt.bst)
  100. (d) Year ordered and then by authors
  101. (r) Reverse year ordered and then by authors
  102. Select:
  103. \ans=c
  104. You have selected: Citation order
  105. ORDER ON VON PART (if not citation order)
  106. (*) Sort on von part (de la Maire before Defoe)
  107. (x) Sort without von part (de la Maire after Mahone)
  108. Select:
  109. \ans=
  110. You have selected: Sort on von part
  111. AUTHOR NAMES:
  112. (*) Full, surname last (John Frederick Smith)
  113. (f) Full, surname first (Smith, John Frederick)
  114. (i) Initials + surname (J. F. Smith)
  115. (r) Surname + initials (Smith, J. F.)
  116. (s) Surname + dotless initials (Smith J F)
  117. (w) Surname + comma + spaceless initials (Smith, J.F.)
  118. (x) Surname + pure initials (Smith JF)
  119. (y) Surname + comma + pure initials (Smith, JF)
  120. (z) Surname + spaceless initials (Smith J.F.)
  121. (a) Only first name reversed, initials (AGU style: Smith, J. F., H. K. Jones)
  122. (b) First name reversed, with full names (Smith, John Fred, Harry Kab Jones)
  123. Select:
  124. \ans=i
  125. You have selected: Initials + surname
  126. PUNCTUATION BETWEEN AUTHOR NAMES:
  127. (*) Author names separated by commas
  128. (s) Names separated by semi-colon
  129. (h) Names separated by slash /
  130. Select:
  131. \ans=
  132. You have selected: Author names separated by commas
  133. ADJACENT REFERENCES WITH REPEATED NAMES:
  134. (*) Author/editor names always present
  135. (d) Repeated author/editor names replaced by dash
  136. (2) Repeated author/editor names replaced by 2 dashes
  137. (3) Repeated author/editor names replaced by 3 dashes
  138. Select:
  139. \ans=
  140. You have selected: Author/editor names always present
  141. NUMBER OF AUTHORS IN BIBLIOGRAPHY:
  142. (*) All authors included in listing
  143. (l) Limited authors (et al replaces missing names)
  144. Select:
  145. \ans=
  146. You have selected: All authors
  147. AUTHORS IN CITATIONS:
  148. (*) One author et al for three or more authors
  149. (m) Some other truncation scheme
  150. Select:
  151. \ans=
  152. You have selected: One author et al
  153. TYPEFACE FOR AUTHORS IN LIST OF REFERENCES:
  154. (*) Normal font for author names
  155. (s) Small caps authors (\sc)
  156. (i) Italic authors (\it or \em)
  157. (b) Bold authors (\bf)
  158. (u) User defined author font (\bibnamefont)
  159. Select:
  160. \ans=
  161. You have selected: Normal font for author names
  162. DATE POSITION:
  163. (*) Date at end
  164. (b) Date after authors
  165. (j) Date part of journal spec. (as 1994;45:34-40) else at end
  166. (e) Date at very end after any notes
  167. Select:
  168. \ans=
  169. You have selected: Date at end
  170. DATE FORMAT (if non author-year citations)
  171. (*) Plain month and year without any brackets
  172. (p) Date in parentheses as (May 1993)
  173. (b) Date in brackets as [May 1993]
  174. (c) Date preceded by colon as `: May 1993'
  175. (d) Date preceded by period as `. May 1993'
  176. (m) Date preceded by comma as `, May 1993'
  177. (s) Date preceded by space only, as ` May 1993'
  178. Select:
  179. \ans=p
  180. You have selected: Date in parentheses
  181. SUPPRESS MONTH:
  182. (*) Date is month and year
  183. (x) Date is year only
  184. Select:
  185. \ans=x
  186. You have selected: Date is year only
  187. DATE FONT:
  188. (*) Date in normal font
  189. (b) Date in bold face
  190. Select:
  191. \ans=
  192. You have selected: Date in normal font
  193. TITLE OF ARTICLE:
  194. (*) Title plain with no special font
  195. (i) Title italic (\em)
  196. (q) Title and punctuation in single quotes (`Title,' ..)
  197. (d) Title and punctuation in double quotes (``Title,'' ..)
  198. (g) Title and punctuation in guillemets (<<Title,>> ..)
  199. (x) Title in single quotes (`Title', ..)
  200. (y) Title in double quotes (``Title'', ..)
  201. (z) Title in guillemets (<<Title>>, ..)
  202. Select:
  203. \ans=
  204. You have selected: Title plain
  205. CAPITALIZATION OF ARTICLE TITLE:
  206. (*) Sentence style (capitalize first word and those in braces)
  207. (t) Title style (just as in bib entry)
  208. Select:
  209. \ans=
  210. You have selected: Sentence style
  211. ARTICLE TITLE PRESENT:
  212. (*) Article title present in journals and proceedings
  213. (x) No article title
  214. Select:
  215. \ans=
  216. You have selected: Article title present
  217. JOURNAL NAMES:
  218. (*) Periods in journal names are retained, as `Phys. Rev.'
  219. (x) Dotless journal names as `Phys Rev'
  220. Select:
  221. \ans=
  222. You have selected: Periods in journal names
  223. JOURNAL NAME FONT:
  224. (*) Journal name italics
  225. (r) Journal name normal font
  226. Select:
  227. \ans=r
  228. You have selected: Journal name normal
  229. THESIS TITLE:
  230. (*) Thesis titles like books
  231. (a) Thesis title like article
  232. (x) No thesis title
  233. Select:
  234. \ans=
  235. You have selected: Thesis titles like books
  236. TECHNICAL REPORT TITLE:
  237. (*) Tech. report title like articles
  238. (b) Tech. report title like books
  239. Select:
  240. \ans=
  241. You have selected: Tech. report title like articles
  242. TECHNICAL REPORT NUMBER:
  243. (*) Tech. report and number plain as `Tech. Rep. 123'
  244. (i) Tech. report and number italic as `{\it Tech. Rep. 123'}
  245. Select:
  246. \ans=
  247. You have selected: Tech. report and number plain
  248. JOURNAL VOLUME:
  249. (*) Volume plain as vol(num)
  250. (i) Volume italic as {\em vol}(num)
  251. (b) Volume bold as {\bf vol}(num)
  252. (d) Volume and number bold as {\bf vol(num)}
  253. Select:
  254. \ans=
  255. You have selected: Volume plain
  256. JOURNAL VOL AND NUMBER:
  257. (*) Journal vol(num) as 34(2)
  258. (s) Journal vol (num) as 34 (2)
  259. (c) Journal vol, num as 34, 2
  260. (n) Journal vol, no. num as 34, no. 2
  261. (h) Journal vol, \# number as 34, \#2
  262. (b) Journal vol number as 34 2
  263. (x) Journal vol, without number as 34
  264. Select:
  265. \ans=s
  266. You have selected: Journal vol (num)
  267. VOLUME PUNCTUATION:
  268. (*) Volume with colon as vol(num):ppp
  269. (s) Volume with colon and space as vol(num): ppp
  270. (h) Volume with semi-colon as vol(num); ppp
  271. (c) Volume with comma as vol(num), ppp
  272. (b) Volume with blank as vol(num) ppp
  273. Select:
  274. \ans=c
  275. You have selected: Volume with comma
  276. YEAR IN JOURNAL SPECIFICATION:
  277. (*) Journal year like others as given by date position
  278. (v) Journal vol(year) as 34(1995)
  279. (s) Journal vol (year) as 34 (1995)
  280. (p) Year with pages as 34(2), (1995) 1345--1387
  281. (c) Year, comma, pages as 34(2), (1995), 1345--1387
  282. Select:
  283. \ans=
  284. You have selected: Journal year like others
  285. PAGE NUMBERS:
  286. (*) Start and stop page numbers given
  287. (f) Only start page number
  288. Select:
  289. \ans=
  290. You have selected: Start and stop page numbers
  291. LARGE PAGE NUMBERS:
  292. (*) No separators for large page numbers
  293. (c) Comma inserted over 9999 as 11,234
  294. (s) Thin space inserted over 9999 as 11 234
  295. (p) Period inserted over 9999 as 11.234
  296. Select:
  297. \ans=
  298. You have selected: No separators for large page numbers
  299. WORD `PAGE' IN ARTICLES:
  300. (*) Article pages numbers only as 234-256
  301. (p) Include `page' in articles as pp. 234--256
  302. Select:
  303. \ans=
  304. You have selected: Article pages numbers only
  305. POSITION OF PAGES:
  306. (*) Pages given mid text as is normal
  307. (e) Pages at end but before any notes
  308. Select:
  309. \ans=
  310. You have selected: Pages given mid text
  311. WORD `VOLUME' IN ARTICLES:
  312. (*) Article volume as number only as 21
  313. (p) Include `volume' in articles as vol. 21
  314. Select:
  315. \ans=
  316. You have selected: Article volume as number only
  317. NUMBER AND SERIES FOR COLLECTIONS:
  318. (*) Allows number without series and suppresses word "number"
  319. (s) Standard BibTeX as: "number 123 in Total Works"; error if number and no ser
  320. ies
  321. Select:
  322. \ans=
  323. You have selected: Allows number without series
  324. POSITION OF NUMBER AND SERIES:
  325. (*) After chapter and pages as in standard BibTeX
  326. (t) Just before publisher or organization
  327. Select:
  328. \ans=
  329. You have selected: After chapter and pages
  330. VOLUME AND SERIES FOR BOOKS/COLLECTIONS:
  331. (*) Vol. 23 of Series as in standard BibTeX
  332. (s) Series, vol. 23
  333. Select:
  334. \ans=s
  335. You have selected: Series, vol. 23
  336. POSITION OF VOLUME AND SERIES FOR INCOLLECTIONS:
  337. (*) Series and volume after the editors
  338. (e) Series and volume after booktitle and before editors
  339. Select:
  340. \ans=
  341. You have selected: Series and volume after the editors
  342. JOURNAL NAME PUNCTUATION:
  343. (*) Comma after journal name
  344. (x) Space after journal name
  345. Select:
  346. \ans=
  347. You have selected: Comma after journal
  348. BOOK TITLE:
  349. (*) Book title italic (\em)
  350. (p) Book title plain (no font command)
  351. Select:
  352. \ans=p
  353. You have selected: Book title plain
  354. PAGES IN BOOKS:
  355. (*) Pages in book plain as pp. 50-55
  356. (p) Pages in book in parentheses as (pp. 50-55)
  357. (x) Pages in book bare as 50-55
  358. Select:
  359. \ans=x
  360. You have selected: Pages in book bare
  361. TOTAL PAGES OF A BOOK:
  362. (*) Total book pages not printed
  363. (p) For book: 345 pages or pp.
  364. (a) Total book pages before publisher
  365. Select:
  366. \ans=
  367. You have selected: Total book pages not printed
  368. PUBLISHER ADDRESS:
  369. (*) Publisher, address as Harcourt, New York
  370. (a) Address: Publisher as New York: Harcourt
  371. Select:
  372. \ans=a
  373. You have selected: Address: Publisher
  374. PUBLISHER IN PARENTHESES:
  375. (*) Publisher as normal block without parentheses
  376. (p) Publisher in parentheses
  377. (d) Publisher and date in parentheses (Oxford, 1994)
  378. (c) Publisher and date in parentheses, no comma (Oxford 1994)
  379. (f) Publisher and date without parentheses Oxford, 1994
  380. (k) Publisher and date, no parentheses, no comma Oxford 1994
  381. Select:
  382. \ans=
  383. You have selected: Publisher as normal block
  384. PUBLISHER POSITION:
  385. (*) Publisher after chapter, pages
  386. (p) Publisher before chapter, pages
  387. (e) Publisher after edition
  388. Select:
  389. \ans=p
  390. You have selected: Publisher before chapter, pages
  391. ISBN NUMBER:
  392. (*) Include ISBN for books, booklets, etc.
  393. (x) No ISBN
  394. Select:
  395. \ans=
  396. You have selected: Include ISBN
  397. ISSN NUMBER:
  398. (*) Include ISSN for periodicals
  399. (x) No ISSN
  400. Select:
  401. \ans=x
  402. You have selected: No ISSN
  403. DOI NUMBER:
  404. (*) Include DOI as "doi: number"
  405. (u) Format DOI as URL //dx.doi.org/doi (must give url options!)
  406. (a) Insert DOI AGU style as part of page number
  407. (x) No DOI
  408. Select:
  409. \ans=x
  410. You have selected: No DOI
  411. `EDITOR' AFTER NAMES (EDITED BOOKS WITHOUT AUTHORS):
  412. (*) Word `editor' after name
  413. (a) `Name (editor),' in parentheses, after name, comma after
  414. (b) `Name (Editor),' as above, editor upper case
  415. (c) `Name, (editor)' in parentheses, after name, comma between
  416. (d) `Name, (Editor)' as above, editor upper case
  417. (e) `Name (editor)' in parentheses, after name, no commas
  418. (f) `Name (Editor)' as above, editor upper case
  419. Select:
  420. \ans=
  421. You have selected: Word `editor' after name
  422. EDITOR IN COLLECTIONS:
  423. (*) Same as for edited book (names before booktitle)
  424. (b) In booktitle, edited by .. (where .. is names)
  425. (p) In booktitle (edited by ..)
  426. (c) In booktitle, (edited by ..)
  427. (e) In booktitle, editor ..
  428. (f) In booktitle, (editor) ..
  429. (k) In booktitle (editor..)
  430. (g) In booktitle, (editor..)
  431. (j) In booktitle, .., editor
  432. (m) In booktitle (.., editor)
  433. Select:
  434. \ans=
  435. You have selected: Same as for edited book
  436. PUNCTUATION BETWEEN SECTIONS (BLOCKS):
  437. (*) \newblock after blocks (periods or new lines with openbib option)
  438. (c) Comma between blocks
  439. (s) Semi-colon between blocks
  440. (b) Blanks between blocks
  441. (t) Period after titles of articles, books, etc else commas
  442. (u) Colon after titles of articles, books, etc else commas
  443. (a) Period after titles of articles else commas
  444. (d) Colon after titles of articles else commas
  445. Select:
  446. \ans=
  447. You have selected: \newblock after blocks
  448. PUNCTUATION AFTER AUTHORS:
  449. (*) Author block normal with regular block punctuation
  450. (c) Author block with colon
  451. Select:
  452. \ans=c
  453. You have selected: Author block with colon
  454. PUNCTUATION AFTER `IN':
  455. (*) Space after `in' for incollection or inproceedings
  456. (c) Colon after `in' (as `In: ...')
  457. (i) Italic `in' and space
  458. (d) Italic `in' and colon
  459. (x) No word `in' for edited works
  460. Select:
  461. \ans=x
  462. You have selected: No word `in'
  463. FINAL PUNCTUATION:
  464. (*) Period at very end of the listed reference
  465. (x) No period at end
  466. Select:
  467. \ans=
  468. You have selected: Period at very end
  469. ABBREVIATE WORD `PAGES' (if not using external language file)
  470. (*) `Page(s)' (no abbreviation)
  471. (a) `Page' abbreviated as p. or pp.
  472. (x) `Page' omitted
  473. Select:
  474. \ans=
  475. You have selected: `Page(s)'
  476. ABBREVIATE WORD `EDITORS':
  477. (*) `Editor(s)' (no abbreviation)
  478. (a) `Editor' abbreviated as ed. or eds.
  479. Select:
  480. \ans=
  481. You have selected: `Editor(s)'
  482. OTHER ABBREVIATIONS:
  483. (*) No abbreviations of volume, edition, chapter, etc
  484. (a) Abbreviations of such words
  485. Select:
  486. \ans=
  487. You have selected: No abbreviations
  488. EDITION NUMBERS:
  489. (*) Editions as in database saving much processing memory
  490. (w) Write out editions as first, second, third, etc
  491. (n) Numerical editions as 1st, 2nd, 3rd, etc
  492. Select:
  493. \ans=
  494. You have selected: Editions as in database
  495. Reading external language file \cfile=
  496. STORED JOURNAL NAMES:
  497. (*) Full journal names for prestored journals
  498. (a) Abbreviated journal names
  499. (s) Abbreviated with astronomy shorthands like ApJ and AJ
  500. Select:
  501. \ans=
  502. You have selected: Full journal names
  503. AMPERSAND:
  504. (*) Use word `and' in author lists
  505. (a) Use ampersand in place of `and'
  506. (v) Use \BIBand in place of `and'
  507. Select:
  508. \ans=
  509. You have selected: Use word `and'
  510. COMMA BEFORE `AND':
  511. (*) Comma before `and' as `Tom, Dick, and Harry'
  512. (n) No comma before `and' as `Tom, Dick and Harry'
  513. (c) Comma even with 2 authors as `Tom, and Harry'
  514. Select:
  515. \ans=
  516. You have selected: Comma before `and'
  517. NO `AND' IN REFERENCE LIST:
  518. (*) With `and' before last author in reference list
  519. (x) No `and' as `Tom, Dick, Harry'
  520. Select:
  521. \ans=x
  522. You have selected: No `and'
  523. COMMA BEFORE `ET AL':
  524. (*) Comma before `et al' in reference list
  525. (x) No comma before `et al'
  526. Select:
  527. \ans=
  528. You have selected: Comma before `et al'
  529. FONT OF `ET AL':
  530. (*) Plain et al
  531. (i) Italic et al
  532. (r) Roman et al even when authors something else
  533. Select:
  534. \ans=
  535. You have selected: Plain et al
  536. ADDITIONAL REVTeX DATA FIELDS:
  537. (*) No additional fields for REVTeX
  538. (r) Include REVTeX data fields collaboration, eid, eprint, archive, numpages, u
  539. rl
  540. Select:
  541. \ans=
  542. You have selected: No additional fields
  543. E-PRINT DATA FIELD: (without REVTeX fields)
  544. (*) Do not include eprint field
  545. (e) Include eprint and archive fields for electronic publications
  546. Select:
  547. \ans=
  548. You have selected: Do not include eprint field
  549. URL ADDRESS: (without REVTeX fields)
  550. (*) No URL for electronic (Internet) documents
  551. (u) Include URL as regular item block
  552. (n) URL as note
  553. (l) URL on new line after rest of reference
  554. Select:
  555. \ans=
  556. You have selected: No URL
  557. REFERENCE COMPONENT TAGS:
  558. (*) No reference component tags in the \bibitem entries
  559. (b) Reference component tags like \bibinfo in the content of \bibitem
  560. Select:
  561. \ans=
  562. You have selected: No reference component tags
  563. EMPHASIS: (affects all so-called italics)
  564. (*) Use emphasis ie, \em, allows font switching
  565. (i) Use true italics ie, \it, absolute italics
  566. (x) No italics at all
  567. (u) Underlining in place of italics, best with ulem package
  568. Select:
  569. \ans=x
  570. You have selected: No italics
  571. COMPATIBILITY WITH PLAIN TEX:
  572. (*) Use LaTeX commands which may not work with Plain TeX
  573. (t) Use only Plain TeX commands for fonts and testing
  574. Select:
  575. \ans=
  576. You have selected: Use LaTeX commands
  577. )
  578. Finished!!
  579. Batch job written to file `lxqbib0.dbj'
  580. Shall I now run this batch job? (NO)
  581. \yn=y
  582. (./lxqbib0.dbj
  583. (e:/latex/latex_software/texlive/2022/texmf-dist/tex/latex/base/docstrip.tex
  584. Utility: `docstrip' v2.6a <2020-11-23>
  585. English documentation <2020-11-23>
  586. **********************************************************
  587. * This program converts documented macro-files into fast *
  588. * loadable files by stripping off (nearly) all comments! *
  589. **********************************************************
  590. ********************************************************
  591. * No Configuration file found, using default settings. *
  592. ********************************************************
  593. )
  594. Generating file(s) ./lxqbib0.bst
  595. Processing file merlin.mbs (seq-no,nm-init,ed-au,yr-par,xmth,jttl-rm,vnum-sp,vo
  596. lp-com,num-xser,ser-vol,btit-rm,bt-rm,bkpg-x,add-pub,pre-pub,isbn,au-col,in-x,x
  597. edn,xand,em-x,nfss,) -> lxqbib0.bst
  598. Lines processed: 9446
  599. Comments removed: 3867
  600. Comments passed: 1
  601. Codelines passed: 3732
  602. ) )
  603. No pages of output.
  604. Transcript written on makebst.log.
  605. C:\Users\lenovo>

生成的.bst文件应该在C:\Users\lenovo下,把它复制到自己的document的.tex文件下,就大功告成啦~~~

附下我在texstudio中验证的文档,供参考~

链接:https://pan.baidu.com/s/1rl9iGBih2uO-M7ugRBTnWQ?pwd=0805
--来自百度网盘超级会员V3的分享

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/572304
推荐阅读
相关标签
  

闽ICP备14008679号