Skip to content
Snippets Groups Projects
Commit ec5e106d authored by Ralf Jung's avatar Ralf Jung
Browse files

support using setup.tex from another directory

parent ba6d9390
No related branches found
No related tags found
No related merge requests found
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{pftools} \ProvidesPackage{pftools}
\@ifundefined{basedir}{%
\RequirePackage{locallabel} \RequirePackage{locallabel}
}{%
\RequirePackage{\basedir locallabel}
}%
\RequirePackage{Tabbing} % Avoid the standard tabbing environment. Its \< conflicts with the semantic package. \RequirePackage{Tabbing} % Avoid the standard tabbing environment. Its \< conflicts with the semantic package.
\RequirePackage{xparse} \RequirePackage{xparse}
\RequirePackage{xcolor} \RequirePackage{xcolor}
\RequirePackage{locallabel}
%% Biimplication inference rules %% Biimplication inference rules
% \biimp above below % \biimp above below
......
\makeatletter%
\@ifundefined{basedir}{%
\newcommand\basedir{}%
}{}%
\makeatother%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PACKAGES %% PACKAGES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{mathtools} \usepackage{mathtools}
%\usepackage{amsmath} %\usepackage{amsmath}
\usepackage{amsfonts} \usepackage{amsfonts}
...@@ -8,14 +15,14 @@ ...@@ -8,14 +15,14 @@
\usepackage{amssymb} \usepackage{amssymb}
\usepackage{stmaryrd} \usepackage{stmaryrd}
\usepackage{mathpartir} \usepackage{\basedir mathpartir}
\usepackage{array} \usepackage{array}
\usepackage{tabu} \usepackage{tabu}
\usepackage{dashbox} \usepackage{dashbox}
\usepackage{pftools} \usepackage{\basedir pftools}
\usepackage{xcolor} % for print version \usepackage{xcolor} % for print version
...@@ -459,8 +466,3 @@ ...@@ -459,8 +466,3 @@
\newcommand{\AuthInv}{\textsf{AuthInv}} \newcommand{\AuthInv}{\textsf{AuthInv}}
\newcommand{\Auth}{\textsf{Auth}} \newcommand{\Auth}{\textsf{Auth}}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "iris"
%%% End:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment