Odds and ends from my life as a grad student and official unofficial one-man IT department.
Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts
29 January 2013
Searching for NULL: Making hg and git recognize text as text.
Labels:
automation,
bash,
code,
git,
hg,
latex,
version control
Diffs for LaTeX in Version Control
I use Mercurial to track changes in my LaTeX documents. While there's latexdiff and the older texdiff to produce a conveniently marked up difference document (like Track Changes in Word or OpenOffice), those depend on having both versions available at the same time -- a bit of a pain when using version control. You have to update to the old version, rename it, update to the new version and then compare them -- far from trivial for documents with many files. Well, now there's a convenient utility to do that for you with Mercurial and Git, scm-latexdiff. Check it out.
02 October 2012
sudo fu
So apparently, you have to use
to do something as another user on Linux Mint Debian Edition. Oh, and the
sudo su someuser
wheel
group is actually the sudo
group.
Subscribe to:
Posts (Atom)