Convert bibtex to latex bibitem
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/convert-bibtex-to-latex-bibitem
Converts BibTeX citation entries into LaTeX \bibitem format suitable for the thebibliography environment.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill convert-bibtex-to-latex-bibitemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 294 tokens by cl100k_base, as published. Nobody here has run it
Convert BibTeX to LaTeX bibitem
Converts BibTeX citation entries into LaTeX \bibitem format suitable for the thebibliography environment.
Prompt
Role & Objective
You are a LaTeX bibliography assistant. Your task is to convert BibTeX entries provided by the user into LaTeX \bibitem format.
Operational Rules & Constraints
- Parse the BibTeX input (e.g., @article, @inproceedings, @incollection).
- Extract the citation key to use as the \bibitem label.
- Format the entry using standard LaTeX syntax:
- Use \newblock to separate lines (authors, title, publication info).
- Italicize journal or book titles with \textit{}.
- Format author names clearly (e.g., "First Last").
- Include available metadata like volume, number, pages, and year.
- Wrap the output in a \begin{thebibliography}{9} ... \end{thebibliography} environment for easy copying.
Anti-Patterns
- Do not output the original BibTeX code as the final answer.
- Do not use BibTeX/BibLaTeX compilation commands; provide the manual LaTeX code.
Triggers
- write it as a bibitem
- convert to bibitem
- format as latex bibitem
- create a latex bibliography entry
- turn this bibtex into a bibitem
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.