Tagged Questions
8
votes
3answers
163 views
Which package should I use for doing a connecting homomorphism diagram like this in latex
which package should I use for doing a diagram like this in latex:
4
votes
2answers
151 views
Is there a package for doing this in LaTeX?
I'd like to do something like this
What would be the code? does it use a package for doing the $$f\mapsto f\circ \pi$$ part?
2
votes
1answer
682 views
LaTeX/Packages/Listings and subindex
I am using LaTeX/Packages/Listings AND this code to make a rectangle with sql source code inside of it, but I would like to have the option to insert subindexes...
I try it using the following but ...
3
votes
1answer
184 views
Extracting parts of a .sty file
Can you load only some specific parts from a package while not loading the rest at all?
For example, from the code below I wanted to load only the \newcommands
%theorems
\usepackage{theorem}
...