[Bug] Breaks build system for complex documents #11
Labels
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Bug
Something is wrong or broken. This issue or PR is related to a bug in code.
Describe the bug.
For complex documents, the files in the
output/edit
folder appear to build just fine, however the files in theoutput/diff
will not build. This version of the output is broken in several ways:colorbox
command to highlight seemingly {\it all} mathematical subscripts.colorbox
is not supported in math environments, and for mathematical expression that have many subscripts (i.e. expression in the context of multigroup angle-resolved neutron transport), this results in an unreasonable amount of subscript warnings added.I'm sure there are others that I have not encountered.
Steps to reproduce the bug.
Steps to reproduce the behavior (ideally as a minimum example of where the failure is coming from with code blocks for error messages and inputs):
ch3-draft
branch of my dissertation.main.tex
,chapter3_appendix.tex
,chapter3_methods.tex
, andfigs/
to theinput
folderw_check.sh
script.tex
,bibliography.bib
, anduiucthesis2018.cls
files tooutput/edit/
andoutput/diff/
.make
from withinoutput/edit/
andoutput/diff/
.What is the expected behavior?
Both collections of documents output to
output/edit/
andoutput/diff/
should build with no errors.How can this issue be closed?
This issue can be closed when the script can be run and both collections of documents in
output/edit/
andoutput/diff/
build without errors.The text was updated successfully, but these errors were encountered: