Sha256: ff9b4acd1ba8bfce1ddb3f47b11b1012245fe915f84bfec7d7d16c33feb4b340

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

%% A minimal LaTeX preamble

\documentclass[11pt]{amsart}
\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper}               % ... or a4paper or a5paper or ...
%\geometry{landscape}                % Activate for for rotated page geometry
%\usepackage[parfill]{parskip}       % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{wrapfig}
\usepackage{tcolorbox}
\usepackage{lipsum}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{color}
\usepackage{alltt}
\usepackage[version=3]{mhchem}
\usepackage{amsmath}

% Needed to properly typeset
% standard unicode characters:
%
\RequirePackage{fix-cm}
\usepackage{fontspec}
\usepackage[Latin,Greek]{ucharclasses}
%
% NOTE: you must also use xelatex
% as the typesetting engine


% \usepackage{fontspec}
% \usepackage{polyglossia}
% \setmainlanguage{en}

\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,
    urlcolor=cyan,
}

\DeclareGraphicsExtensions{.png, .jpg, jpeg, .pdf}

%% \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
asciidoctor-latex-1.5.0.3.dev data/preamble_article.tex
asciidoctor-latex-1.5.0.2.dev data/preamble_article.tex
asciidoctor-latex-1.5.0.1.dev data/preamble_article.tex
asciidoctor-latex-1.5.0.dev data/preamble_article.tex