On 10/5/14 17:51, Ben Coman wrote:
kilon alios wrote: Yes I am using MacTex too, it works like a charm. I compile the pdf always before committing to Github to make sure I am not braking enough. I also installed Texmaker which is an even better editor for Tex files and compiling to pdf.��
Though so far emacs with pillar mode and compile.sh is more than enough for my needs. Textmate also is good enough.��
Thanks Kilon. Good to know.
btw, I see that files are generated under that git-clone created.�� Being somewhat new to git, when I push back to my fork on github, then issue a pull request to SquareBrackets, what stops the generated files being included ?
no only the pier files are under git.
you should not add the others.
in essence you should
git add .pier
git add figures/pdf if you change a pdf
andThank for that.�� Its good to have a quickstart. I'll read up on them now to learn more.
git commit
git pull
git push