Sha256: 0e01ca398ff70f7f41d1c8c9523d709c95bc75f23adc237b9f435a2b92510921
Contents?: true
Size: 1.32 KB
Versions: 13
Compression:
Stored size: 1.32 KB
Contents
%% A minimal LaTeX preamble %% Some packates are needed to implement %% Asciidoc features \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{tcolorbox} \usepackage{lipsum} \usepackage{epstopdf} \usepackage{color} % \usepackage[usenames, dvipsnames]{color} % \usepackage{alltt} \usepackage{amssymb} % \usepackage{amsmath} \usepackage{amsthm} \usepackage[version=3]{mhchem} % 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, } \usepackage{graphicx} \usepackage{wrapfig} \graphicspath{ {images/} } \DeclareGraphicsExtensions{.png, .jpg, jpeg, .pdf} %% \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
Version data entries
13 entries across 13 versions & 1 rubygems