#!/usr/bin/env bash

set -e

FORMAT="$1"
VARIANT="$2"

"$ISABELLE_TOOL" latex -o "$FORMAT"
"$ISABELLE_TOOL" latex -o "$FORMAT"

