Skip to content

Instantly share code, notes, and snippets.

@wbzyl
Created December 25, 2009 18:42
Show Gist options
  • Save wbzyl/263713 to your computer and use it in GitHub Desktop.
Save wbzyl/263713 to your computer and use it in GitHub Desktop.
Szablon pracy mgr: xelatex + amsrefs
%%% Skróty
%%% czasopisma:
@String{j-LECT-NOTES-COMP-SCI = "Lecture Notes in Computer Science"}
%%% wydawcy:
@String{pub-PH = "Pren{\-}tice-Hall"}
@String{pub-PH:adr = "Englewood Cliffs, NJ 07632, USA"}
%%% Bibliografia:
@Book{Goldfarb:2002:CFG,
author = "Charles F. Goldfarb and Paul Prescod",
title = "{Charles F. Goldfarb}'s {XML} handbook",
publisher = pub-PH,
address = pub-PH:adr,
edition = "Fourth",
pages = "lvii + 1147",
year = "2002",
ISBN = "0-13-065198-2",
ISBN-13 = "978-0-13-065198-3",
LCCN = "QA76.76.H94 G65 2002",
bibdate = "Fri Sep 13 06:33:58 MDT 2002",
series = "Charles F. Goldfarb definitive XML series",
keywords = "XML (document markup language)",
}
@Article{Eisenberg:2002:SXM,
author = "Andrew Eisenberg and Jim Melton",
title = "{SQL\slash XML} is making good progress",
journal = "SIGMOD",
volume = "31",
number = "2",
pages = "101--108",
month = jun,
year = "2002",
bibdate = "Mon Jan 12 07:43:34 MST 2004",
bibsource = "http://portal.acm.org/",
}
\documentclass[brudnopis]{xmgr}
%
% kompilacja:
%
% xelatex szablon
% bibtex szablon
% xelatex szablon
% xelatex szablon
% tak można zmienić domyślną rodzinę fontów Latin Modern
% na Minion + Myriad + Monaco:
%\defaultfontfeatures{Scale=MatchLowercase}
%\setmainfont[Mapping=tex-text]{Minion Pro:+onum}
%\setsansfont[Mapping=tex-text]{Myriad Pro}
%\setmonofont[Scale=0.75]{Monaco}
\wersja {wersja wstępna [\ymdtoday]}
\author {Imię Nazwisko}
\nralbumu {xxx\,xxx}
\email {login@inf.ug.edu.pl}
\title {Tytuł pracy}
\date {????}
\miejsce {Gdańsk}
\opiekun {prof. dr hab. D. Htunk}
\begin{document}
\begin{abstract}
Streszczenie…
\end{abstract}
\keywords{Ruby,
programowanie,
dokumenty strukturalne}
% tytuł i spis treści
\maketitle
% wstęp
\introduction
Jak pisać pracę magisterską?
\url{http://sinatra.inf.ug.edu.pl/seminarium/info/jak-pisac}
\chapter{Tytuł rozdziału}
SGML~\cite{Goldfarb:2002:CFG} jest to \emph{metajęzyk}
służący do opisywania struktury i~zawartości dokumentów.
\section{Tytuł rozdziału}
Typowy proces produkcji dokumentów w~standardzie SGML
podzielony jest na kilka części. Najważniejsze elementy tego
procesu są~\cite[opisane tutaj]{Eisenberg:2002:SXM}.
\subsection{Tytuł podrozdziału}
\summary
Streszczenie…
% załączniki (opcjonalnie):
\appendix
\chapter{Tytuł załącznika}
Załącznik…
\chapter{Tytuł załącznika}
Załącznik…
% literatura
\bibliographystyle{unsrt}
\bibliography{literatura}
% spis tabel
%\listoftables
% spis rysunków
%\listoffigures
\oswiadczenie
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment