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 Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#898887">% test file for kate's bibtex syntax highlighting</span>
0008 
0009 <span style="color:#0057ae">@Article</span>{<span style="color:#006e28">artikel</span>,
0010 <span style="color:#0057ae">author</span> = {Me},
0011 <span style="color:#0057ae">title</span> = {Something},
0012 <span style="color:#0057ae">journal</span> = {JHEP},
0013 <span style="color:#0057ae">year</span> = {2003},
0014 }
0015 
0016 <span style="color:#0057ae">@Book</span>
0017 
0018 {
0019 
0020 <span style="color:#006e28">boek</span>,
0021 <span style="color:#0057ae">author</span> = "<span style="color:#bf0303">Someone</span>",
0022 <span style="color:#0057ae">title</span> = "<span style="color:#bf0303">Something</span>",
0023 <span style="color:#0057ae">journal</span> = "<span style="color:#bf0303">Nucl. Phys. B</span>",
0024 <span style="color:#0057ae">year</span> = "<span style="color:#bf0303">2003</span>",
0025 }
0026 
0027 <span style="color:#898887">This is ignored by BibTeX, no special highlighting</span>
0028 <span style="color:#898887">%This is not a comment, it is just ignored (thanks to the people in #latex) :)</span>
0029 
0030 <span style="color:#644a9b">@string</span>{test="lange string die ik niet vaak opnieuw wil intikken"<span style="color:#898887">}</span>
0031 
0032 <span style="color:#0057ae">@PhdThesis</span>{<span style="color:#006e28">thesis</span>,
0033 <span style="color:#0057ae">author</span> = {Me},
0034 <span style="color:#0057ae">title</span> = {Dunno},
0035 <span style="color:#0057ae">school</span> = {ITFA},
0036 <span style="color:#0057ae">year</span> = {2005, hopefully},
0037 }
0038 </pre></body></html>