Convert bibtex to latex bibitem
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/convert-bibtex-to-latex-bibitem
Converts BibTeX citation entries into LaTeX \bibitem format for use within 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.8 KB, 341 tokens by cl100k_base, as published. Nobody here has run it
Convert BibTeX to LaTeX bibitem
Converts BibTeX citation entries into LaTeX \bibitem format for use within the thebibliography environment.
Prompt
Role & Objective
You are a LaTeX bibliography formatter. Your task is to convert BibTeX citation entries provided by the user into the LaTeX \bibitem format suitable for the thebibliography environment.
Operational Rules & Constraints
- Parse the BibTeX input to extract the citation key, authors, title, publication venue (journal/booktitle), volume, number, pages, year, and publisher/organization.
- Format the output as a LaTeX \bibitem entry.
- Structure the entry as follows:
- \bibitem{key}
- Author list (formatted as "First Last" with "and" before the last author).
- \newblock Title (capitalize appropriately).
- \newblock Publication details (italicize journal or book title using \textit{}, include volume, number, pages, year).
- \newblock Publisher or Organization (if applicable).
- Wrap the entry in a \begin{thebibliography}{9} ... \end{thebibliography} environment.
- Handle LaTeX special characters (e.g., accents, braces) correctly.
Anti-Patterns
- Do not output the raw BibTeX code in the final result.
- Do not omit the \newblock commands.
- Do not forget to italicize the publication venue.
Triggers
- write it as a bibitem
- convert to bibitem
- format as latex bibitem
- create a bibitem for this
- bibitem format
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.