File indexing completed on 2024-05-12 04:02:06

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>highlight.bib</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (BibTeX) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d">% test file for kate's bibtex syntax highlighting</span>
0008 
0009 <span style="color:#27aeae">@Article</span>{<span style="color:#27ae60">artikel</span>,
0010 <span style="color:#2980b9">author</span> = {Me},
0011 <span style="color:#2980b9">title</span> = {Something},
0012 <span style="color:#2980b9">journal</span> = {JHEP},
0013 <span style="color:#2980b9">year</span> = {2003},
0014 }
0015 
0016 <span style="color:#27aeae">@Book</span>
0017 
0018 {
0019 
0020 <span style="color:#27ae60">boek</span>,
0021 <span style="color:#2980b9">author</span> = "<span style="color:#f44f4f">Someone</span>",
0022 <span style="color:#2980b9">title</span> = "<span style="color:#f44f4f">Something</span>",
0023 <span style="color:#2980b9">journal</span> = "<span style="color:#f44f4f">Nucl. Phys. B</span>",
0024 <span style="color:#2980b9">year</span> = "<span style="color:#f44f4f">2003</span>",
0025 }
0026 
0027 <span style="color:#7a7c7d">This is ignored by BibTeX, no special highlighting</span>
0028 <span style="color:#7a7c7d">%This is not a comment, it is just ignored (thanks to the people in #latex) :)</span>
0029 
0030 <span style="color:#8e44ad">@string</span>{test="lange string die ik niet vaak opnieuw wil intikken"<span style="color:#7a7c7d">}</span>
0031 
0032 <span style="color:#27aeae">@PhdThesis</span>{<span style="color:#27ae60">thesis</span>,
0033 <span style="color:#2980b9">author</span> = {Me},
0034 <span style="color:#2980b9">title</span> = {Dunno},
0035 <span style="color:#2980b9">school</span> = {ITFA},
0036 <span style="color:#2980b9">year</span> = {2005, hopefully},
0037 }
0038 </pre></body></html>