Tagged Questions
6
votes
1answer
213 views
Tikz: Text along top and bottom of arrow path
How can I add text to both the top and bottom of a path? My commutative diagram below is 90% complete. I would, however, like text={${gKer({\varphi}){\mapsto}{\varphi(G)}}$} following the path below ...
13
votes
3answers
288 views
How to fine tune rotation of text along circular path?
After searching the web and finally coming from here (recreating a logo), I couldn't find an answer to what I am looking for. I want to rotate a text inside a circle and have a full control/fine ...
9
votes
1answer
189 views
Connecting nodes in every page
I would like to create a document where section titles are tikz nodes, and i would like to connect the nodes in every page with a path starting from the top righth corner of the page in every page. Is ...
16
votes
2answers
958 views
Recreating a logo (text around a circle)
My objective is to figure out how to put text around the circumference of a circle as shown below.
I have read Calligraphic logo in tikz which answer part of my question but not completely as ...
2
votes
2answers
485 views
How can I shift the text of a node?
I'm using tikz to represent an axe. The code is the following:
\documentclass[a4paper,oneside,12pt]{article}
\usepackage{tikz}
\usepackage{xcolor}
\usetikzlibrary{trees}
\usepackage{relsize}
...
