%------------------------------------------------------------------------
%$Author: saulius $
%$Date: 2014-01-29 16:52:07 +0200 (Wed, 29 Jan 2014) $ 
%$Revision: 2675 $
%$URL: svn+ssh://pitonas.ibt.lt/home/xray/svn-repositories/manuscripts/COD-CY-paper/manuscript.tex $
%------------------------------------------------------------------------

\documentclass[a4paper]{article}
\usepackage[lithuanian]{babel}
\usepackage{fontspec}
% For XeLaTeX:
% https://tex.stackexchange.com/questions/452151/how-do-i-render-the-word-v%C7%ABlundarkvi%C3%B0a-with-bookman-and-xelatex
% "Use an OpenType clone of Bookman, for instance TeX Gyre Bonum":
\setmainfont{TeX Gyre Bonum}
\usepackage{verbatim}
\usepackage{colordvi}
% S.G. (2020-06-03):
% From:
% https://tex.stackexchange.com/questions/823/remove-ugly-borders-around-clickable-cross-references-and-hyperlinks
%
% „I use something like: "\usepackage{xcolor} \\ \hypersetup{
% ...". This gets rid of the ugly color boxes, but uses dark colored
% fonts which still make it clear that they are clickable.“
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{
    colorlinks,
    linkcolor={red!50!black},
    citecolor={blue!50!black},
    urlcolor={blue!80!black}
}
\usepackage{graphicx}
\usepackage{needspace}
\usepackage{float}
\usepackage{listings}

\include{commands}

\title{Atsiliepimas apie ... bakalauro darbą „...“}

\author{
  Saulius Gražulis
}

\begin{document}

\maketitle

\section*{Atsiliepimas}

Darbas \textbf{\dots}

\texttt{Code ...}

Sąžininga žąsis.

\texttt{Sąžininga žąsis.}

\needspace{10\baselineskip}
\section*{Pastabos}

\begin{itemize}

\item \textbf{\dots}

\end{itemize}

%% \bibliographystyle{plain}
%% \bibliography{citations}

\end{document}
