Commit b8474ab5 authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Merge branch 'refactor' into 'master'

Refactor the ORNL TM

See merge request s3j/ornltm!3
parents e0468a1d b449b865
Loading
Loading
Loading
Loading
+18 −10
Original line number Diff line number Diff line
Official-TM-Style_060816.pdf
ornl-template-example.pdf
*.log
.DS_Store
*.acn
*.acr
*.alg
*.aux
*.bbl
*.bcf
*.blg
*.synctex.gz
*.toc
*.cookie
*.d
*.fls
*.glg
*.glo
*.gls
*.ist
*.lof
*.log
*.lot
*.bcf
*.run.xml
*.make
*.out

# MacOS related files
.DS_Store
*.run.xml
*.synctex.gz
*.temp
*.toc

example/.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
ornl-template-example.pdf

example/Makefile

0 → 100644
+4264 −0

File added.

Preview size limit exceeded, changes collapsed.

example/Variables.ini

0 → 100644
+4 −0
Original line number Diff line number Diff line
onlysources.tex	?= ornl-template-example.tex
BINARY_TARGET_DIR := $(CURDIR)/out
_saved_TEXINPUTS := ${TEXINPUTS}
export TEXINPUTS ?= .:$(CURDIR)/../ornltm:$(_saved_TEXINPUTS)
(128 KiB)

File moved.

Loading