paolobrasolin / commutative-diagrams

CoDi: Commutative Diagrams for TeX
https://paolobrasolin.github.io/commutative-diagrams/
MIT License
30 stars 3 forks source link

Provide a "starter pack" of styles #35

Closed paolobrasolin closed 1 year ago

paolobrasolin commented 4 years ago

Right now CoDi lacks some style pack to make it usable in day-to-day operations out of the box. See https://github.com/paolobrasolin/commutative-diagrams/issues/32

Ideally, it should emerge from actual usage and consensus from early users.

Ideas, opinions and contributions are welcome!

paolobrasolin commented 4 years ago

The first suggestion is a right hook from @leahneukirchen (see https://github.com/paolobrasolin/commutative-diagrams/issues/32):

\usetikzlibrary{arrows.meta}

\pgfqkeys{/codi/arrows}{
  C/.tip = {Hooks[right]},
}
paolobrasolin commented 4 years ago

@tetrapharmakon you've been using CoDi since day 0 -- any chance you have some styles to share?

paolobrasolin commented 1 year ago

Now the manual explains how to use tikz-cd styles, like explained in #12 and #37. That'll do for now.