Sha256: 4861032abcf92f52eb606046463557fcd2c786de93717f74a7514bc46091993b

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

%% A minimal LaTeX preamble

\documentclass[11pt]{amsbook}
\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 charaters:
%
\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_book.tex
asciidoctor-latex-1.5.0.2.dev data/preamble_book.tex
asciidoctor-latex-1.5.0.1.dev data/preamble_book.tex
asciidoctor-latex-1.5.0.dev data/preamble_book.tex