Skip to content
Snippets Groups Projects
Commit 015ffd04 authored by James Vasile's avatar James Vasile
Browse files

Remove setup script

parent bfe648a6
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Copyright 2018 Open Tech Strategies
#
# Set up the OTS LaTeX infrastructure in the directory where you run
# this script. You will need to set `OTSLTXDIR` to the location of the
# `otsltxsetup` repository on your machine -- see the README.
#
# Run like `./otsltxsetup` in the desired LaTeX directory.
ln -s $OTSLTXDIR/Makefile .
ln -s $OTSLTXDIR/ots.sty .
# TODO: In the future, I'd like to be able to set OTSLTXDIR and the
# destination dir as command line arguments.
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