Linki

Snippety

  1. beginning (preamble)
    \documentclass[polish,a4paper,11pt,oneside]{article}
    \usepackage{html}
    \usepackage{fullpage}
    \usepackage[latin2]{inputenc} %cp1250 utf8x
    \usepackage[polish]{babel}
    \usepackage{polski}
    \usepackage{ot1patch}
    %\usepackage{hyperref}
    \usepackage{indentfirst}
    \usepackage{parskip}

    \sloppy % allow wide spaces between words
    % the following adviced by http://sumanta679.wordpress.com/2009/05/20/latex-justify-without-hyphenation/
    % to suppress hyphenation while keeping text justified
    %\tolerance=1
    %\emergencystretch=\maxdimen
    %\hyphenpenalty=10000
    %\hbadness=10000

    \begin{document}
    \title{Jarekczek Pbn Tools - pomoc}
    \author{\null}
    \date{\null}
  2. kod źródłowy
    \begin{verbatim}
    [Parametry]
    dataZamkMies=2011-03-31
    \end{verbatim}

    \verb|tekst_doslowny|
  3. listy
    \begin{itemize}
    \item tralalalal
    \end{itemize}
  4. rozne
    \maketitle
    \tableofcontents
    
    \section{Wstep}
    \htmladdnormallink{Krzysztofa Jassema}{http://www.jassem.republika.pl}
    \subsection{Pobierz kops}

    %horizontal line
    \begin{center}
    \line(1,0){250}
    \end{center}

    %vertical space
    \vspace{2 em}
  5. tabelki
    \usepackage{array}
    \begin{tabular}{ | c | l | m{5cm} | }
    \hline
    Numer kolumny &
    \multicolumn{1}{|c|}{Znaczenie} &
    \multicolumn{1}{|c|}{Uwagi} \\ \hline
    % \hline
    1 - A & Numer dokumentu & \\ \hline
    \end{tabular} %}}}
  6. zmienne
    \newif\ifmojtest
    \mojtesttrue
    %\mojtestfalse
    
    \ifmojtest
      tak
    \else
      nie
    \fi