gitdags icon indicating copy to clipboard operation
gitdags copied to clipboard

Add "getting started" documentation to the Readme.

Open shaunluttin opened this issue 10 years ago • 8 comments

shaunluttin avatar Sep 26 '14 02:09 shaunluttin

Here is a little minimal working example http://stackoverflow.com/questions/1057564/pretty-git-branch-graphs/25468472#25468472

maphy-psd avatar Dec 07 '14 11:12 maphy-psd

For what it's worth, I hope to produce proper documentation for the package within the next few weeks, with more examples of what can be done with it. Be patient :)

jubobs avatar Feb 03 '15 16:02 jubobs

@Jubobs: Thank you for your work on gitdags. I would VERY much like to use gitdags for generating documentation. I highly encourage you to keep making progress on the documentation!!

I haven't used LaTeX since the '80s. I am tried to get gitdags working on Ubuntu 14.04. After many attempts (involving apt-get, tlmgr, moving .STY files around, etc), I've had no luck. I've scoured StackOverflow, but couldn't find a sufficient start-to-finish example. I think my issue involves getting the correct packages installed in the correct place using the correct pkg manager. Even the "minimal working example" above, and the wiki didn't giving me enough clues.

ChrisFreeman avatar Feb 08 '15 03:02 ChrisFreeman

@Jubobs: I got it to work on Ubuntu 14.04. The write up is here: http://chrisfreeman.github.io/gitdags_install.html

ChrisFreeman avatar Feb 09 '15 09:02 ChrisFreeman

@ChrisFreeman I've only just seen your comments. Thanks for that.

I'm partly to blame for why getting this to work is complicated; once I successfully submit gitdags and xcolor-solarized to CTAN, they will become part of your TeX distribution and you won't need to install them "manually".

Documentation for gitdags (incl. a bunch of examples) is on its way. In the meantime, if you can't figure out how to produce a particular diagram, I encourage you to open a new issue here or on the TeX Stack Exchange site.

jubobs avatar Feb 09 '15 10:02 jubobs

[FYI] I just created docker image for gitdags. https://registry.hub.docker.com/u/cynipe/gitdags/

Thank you for providing such a nice tool!!

cynipe avatar Mar 18 '15 08:03 cynipe

I put some installation instructions for Mac on my blog. The explanations of @ChrisFreeman were of great help, thanks for that :+1:

hpurmann avatar Apr 04 '15 22:04 hpurmann

Thanks for gitdags! I'm not at all a TeX user, but I played with it many, many years ago so it wan't completely foreign to me. I got it working fairly easily on Windows 7 using TeXworks. The only thing I needed to do was create a local texmf folder (??), clone your repo there, and add the texmf to MikTex's roots.

mindthump avatar Apr 26 '16 00:04 mindthump