Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / ruby-beamer

My template for beamer slides with ruby code examples

Clone this repository (size: 534.4 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/ruby-beamer
hg clone ssh://hg@bitbucket.org/nolith/ruby-beamer

ruby-beamer / brianbib.sty

\usepackage{jurabib}

\renewcommand*{\bibbtsep}{In: } % Buch vor dem Titel
\renewcommand*{\bibjtsep}{In: } % Zeitschrift vor dem Titel
\renewcommand*{\bibansep}{: } % Nach dem Namen
\renewcommand*{\bibatsep}{.} % Nach dem Titel
\renewcommand*{\bibbdsep}{} %
\renewcommand*{\biburlprefix}{\\\jblangle{}}
\renewcommand*{\biburlsuffix}{\jbrangle{}}
\setlength{\jbbibhang}{2.5em}
\jbdotafterbibentry % Punkt am Ende
\AddTo\bibsgerman{%
  \renewcommand*{\ibidemname}{} % a.a.O am Anfang wird zu leer
  \renewcommand*{\ibidemmidname}{} % a.a.O in der Mitte wird zu leer
} %
\jurabibsetup{
  citefull=first,               % nur einmal Vollzitat, danach Kurzzitate
  authorformat=reducedifibidem, % Nur Nachname bei Kurzzitat
  titleformat=colonsep,         % : Nach Autor
  titleformat=all,
  pages=format,                 % S. Automatisch
  see,                          % Zweiter Parameter kann f^^fcr ``Vgl.''
                                % verwendet werden
  commabeforerest=true,         % Zus^^e4tzliches Komma
  crossref=dynamic              % Kreuzreferenzen einf^^fcgen. Zus^^e4tzlich
                                % ist aber noch f^^fcr bibtex die Kommandozeile:
                                % $ bibtex8 --huge --min_crossrefs 1 DATEINAME
                                % n^^f6tig
}

\renewcommand{\jbauthorfont}{\textbf}
\renewcommand{\jbtitlefont}{\textit}
\renewcommand{\jbcoauthorfont}{\textbf}
\renewcommand{\jbactualauthorfont}{\textbf}
\renewcommand{\jbauthorfontifcoauthor}{\textbf}
\renewcommand*{\bibapifont}{\textit}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%