Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YuZhang committed Sep 15, 2021
1 parent 5a46d3d commit ca000e5
Show file tree
Hide file tree
Showing 9 changed files with 291 additions and 254 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pdf/%.pdf : source/%.tex

.PHONY: all clean

#gallery.pdf: gallery/gallery.tex
# sh gallery/gen-gallery.sh > gallery/gallery.tex;
# ${TEX} -output-directory gallery gallery/gallery.tex
gallery.pdf: #misc/gallery/gallery.tex
sh misc/gallery/gen-gallery.sh > misc/gallery/gallery.tex;
${TEX} -output-directory misc/gallery misc/gallery/gallery.tex

clean:
/bin/rm -rf *.log *.nav *.out *.snm *.synctex.gz *.toc *.aux tikz/*.log *.vrb
Expand Down
4 changes: 2 additions & 2 deletions misc/gallery/frame.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
\draw (0.2,0) to [bend left] (-0.2,0);


\draw (0.3,0.7) to [bend right] (-0.3,0.7);
\draw (0.4,0.5) to [bend right] (-0.4,0.5);
%\draw (0.3,0.7) to [bend right] (-0.3,0.7);
%\draw (0.4,0.5) to [bend right] (-0.4,0.5);
%\draw (0.35,-0.5) arc (-70:-110: 1 and 0.4);
\draw (-0.7,-0.6) to [bend right] (0,-0.6) to [bend right] (0.7,-0.6) to [bend right] (0,-0.5) to [bend right] cycle ;
%\draw (0.3,1.3) arc (20:-100: 1.4 and 1);
Expand Down
Binary file modified misc/gallery/gallery.pdf
Binary file not shown.
Loading

0 comments on commit ca000e5

Please sign in to comment.