<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[(erledigt) LaTeX (BibTeX): Probleme mit Literaturverzeichnis]]></title><description><![CDATA[<p>In meinem Literaturverzeichnis habe ich Probleme mit der Groß-/Kleinschreibung der Titel. Bei manchen Einträgen werden werden alle Großbuchstaben (bis auf das allererste Zeichen) im Titel klein gemacht. Dies ist der Fall bei @article und <a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/15884"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/15884">@misc</a></a>, nicht aber bei @book oder @inbook. Sieht jemand von euch den Fehler?</p>
<pre><code>@article {
  hochstenbach:2001,
  author = { Michiel E. Hochstenbach and Gerard L. G. Sleijpen },
  title = { Two-sided and Alternating Jacobi-Davidson },
  Journal = { Linear Algebra Appl. },
  year = { 2003 },
  Pages = { 289-306 },
  Volume = { 358 }
}

@misc {  
  mustermann:2004,
  author = { M. Mustermann },
  title = { Ganz schwere Vorlesung },
  howpublished = { Uni Münster },
  year = { 2004 },
  note = { Skript }
}

@inbook{Brooks:2001,
   title={The Mythical Man-Month},
   chapter={The Silver Bullet - Essence and Accident in Software Engineering},
   author={Frederick P. Brooks},
   pages={177--203},
   year=2001,
   publisher={Addison Wesley Longman Inc.},
   address={New York}
}   

@book { 
  golub:2001,
  author = { Gene H. Golub and Charles F. Van Loan },
  title = { Matrix Computations },
  publisher = { John Hopkins Univ. Press },
  year = { 1996 },
  edition ={3ed}
}
</code></pre>
<pre><code>\documentclass[a4paper,12pt]{scrreprt}

\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}

\begin{document}

\nocite{*}

\bibliography{referenzen}
\bibliographystyle{unsrt}

\end{document}
</code></pre>
<p>EDIT: Hat sich erledigt. Mit \bibliographystyle{gerunsrt} funktioniert es.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/200400/erledigt-latex-bibtex-probleme-mit-literaturverzeichnis</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 09:05:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/200400.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Dec 2007 11:28:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (erledigt) LaTeX (BibTeX): Probleme mit Literaturverzeichnis on Fri, 14 Dec 2007 14:12:04 GMT]]></title><description><![CDATA[<p>In meinem Literaturverzeichnis habe ich Probleme mit der Groß-/Kleinschreibung der Titel. Bei manchen Einträgen werden werden alle Großbuchstaben (bis auf das allererste Zeichen) im Titel klein gemacht. Dies ist der Fall bei @article und <a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/15884"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/15884">@misc</a></a>, nicht aber bei @book oder @inbook. Sieht jemand von euch den Fehler?</p>
<pre><code>@article {
  hochstenbach:2001,
  author = { Michiel E. Hochstenbach and Gerard L. G. Sleijpen },
  title = { Two-sided and Alternating Jacobi-Davidson },
  Journal = { Linear Algebra Appl. },
  year = { 2003 },
  Pages = { 289-306 },
  Volume = { 358 }
}

@misc {  
  mustermann:2004,
  author = { M. Mustermann },
  title = { Ganz schwere Vorlesung },
  howpublished = { Uni Münster },
  year = { 2004 },
  note = { Skript }
}

@inbook{Brooks:2001,
   title={The Mythical Man-Month},
   chapter={The Silver Bullet - Essence and Accident in Software Engineering},
   author={Frederick P. Brooks},
   pages={177--203},
   year=2001,
   publisher={Addison Wesley Longman Inc.},
   address={New York}
}   

@book { 
  golub:2001,
  author = { Gene H. Golub and Charles F. Van Loan },
  title = { Matrix Computations },
  publisher = { John Hopkins Univ. Press },
  year = { 1996 },
  edition ={3ed}
}
</code></pre>
<pre><code>\documentclass[a4paper,12pt]{scrreprt}

\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}

\begin{document}

\nocite{*}

\bibliography{referenzen}
\bibliographystyle{unsrt}

\end{document}
</code></pre>
<p>EDIT: Hat sich erledigt. Mit \bibliographystyle{gerunsrt} funktioniert es.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1420445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1420445</guid><dc:creator><![CDATA[Taurin]]></dc:creator><pubDate>Fri, 14 Dec 2007 14:12:04 GMT</pubDate></item></channel></rss>