X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=README;h=bc88639b01763fe8a832b6220b953942aa4242a8;hp=9c7673543654af7a85e314f6aa6ebdd4fc2eec33;hb=HEAD;hpb=d6a9f13f45fead88404ee02cb446db2f3047eee8 diff --git a/README b/README index 9c76735..bc88639 100644 --- a/README +++ b/README @@ -18,9 +18,12 @@ Now add those as dependencies of your document: example.pdf: example.tex example.bbl ... $(MJOTEXPATHS) -If you're not planning on publishing your document, great, you're -done. If you are, you probably also want to create a "dist" target -that will bundle all of your nonstandard TeX libraries along with the -code for your document. +If you're planning on publishing your document, then you probably also +want to create a "dist" target that will bundle all of your +nonstandard TeX libraries along with the code for your document. A full makefile example is provided in the repository. + +If you're not planning on publishing your document, then you can save +yourself some trouble and just \usepackage{mjotex}. That will ignore +any changes to the mjotex library, but hey, YOLO.