We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2355eaf commit b10e7a6Copy full SHA for b10e7a6
manuscript/Makefile
@@ -103,6 +103,14 @@ $(OUTPUT)/%.pdf: %.tex $(STY_FILES) $(CLS_FILES) $(FIGS_PDF_FILES) $(BIB_FILES)
103
# MAKE THE VERSION WITH MARKED DIFFERENCES
104
###############################################################################
105
106
+# You need to add the following lines insde you ~/.gitconfig file in order to make these
107
+# targets work as expected:
108
+#
109
+# [difftool.latex]
110
+# cmd = latexdiff "$LOCAL" "$REMOTE"
111
+# [alias]
112
+# ldiff = difftool -y -t latex
113
+
114
r1: $(OUTPUT)/$(R1).pdf
115
116
$(R1).tex: $(PROJECT).tex
0 commit comments