https://github.com/morrislab/phylowgs
Raw File
Tip revision: e53ae957fe5a62f389ed0e441741f7fa2cd960af authored by Jeff Wintersinger on 07 November 2015, 15:04:46 UTC
Add appropriate optimization CFLAG.
Tip revision: e53ae95
standalone.cfg
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{standalone.cfg}[%
    2012/09/15
    v1.1b
    Default configuration file for 'standalone' class]%
%% Enabled the "varwidth" option if the "varwidth" package is available:
%%\IfFileExists{varwidth.sty}{%
%%    \standaloneconfig{varwidth}%
%%}{}%

%% Default options:
\standaloneconfig{crop}

%% Option which 'preview' should be loaded with
\PassOptionsToPackage{active,tightpage}{preview}%

%% Enable 'preview' option by default:
%%\standaloneconfig{preview}

%% Remove the border:
\standaloneconfig{border=0pt}

%% Default preview border (used by standalone v0.x):
%%\standaloneconfig{border=0.50001bp}

%% Disable navigation symbols in beamer.
%% This must be done AtEndOfClass because the options are not processed yet,
%% so "beamer" mode is not enabled yet.
\AtEndOfClass{%
\ifstandalonebeamer
  \setbeamertemplate{navigation symbols}{}%
\fi
}
%% vim: ft=tex
back to top