12.20-LaTex git workflow

Document using git + Latex

Foreword

  • Basics

reference

Wiki-StackOverflow
Tex.gitignore
Installation Guide
Beamer-Theme the Matrix
CMakeUserUseLATEX
East China Normal University online course page

Learning Record

Latex best practices

  • A sentence to write a line, a paragraph do not write multiple sentences
  • Of course, this can
git diff --color-words
  • If you want to compare source code, using git diff, if you want to see the difference formatted documents, use latexdiff, latexpand
  • If you write a longer article that the article into multiple source files

git practice

  • Use a branch, such as a branch specifically built to store the proposed changes tutor, mentor and then continue to recommend the merger to their development branch
  • Each chapter as a branch, so you can very clearly see the edit history of each case or a chapter

Correcting and Collaboration

Latex mentor will not

  • Comment directly on the pdf
  • Print and then scan down Annotations
  • Write footnote footnote under the corresponding row on tex
  • Use the comments feature git

cooperation

  • latexdiff Tools
  • sharelatex Sites

Guess you like

Origin www.cnblogs.com/lizhensheng/p/11117505.html