Tagged Questions
4
votes
2answers
366 views
Redraw a kernel scheme diagram
I'm trying to redraw a kernel scheme diagram for a university lecture note. This is how far I got:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
1
vote
1answer
314 views
Problem with arrows between nodes
I need to draw an arrow between 2 nodes but not from the center of the node. When I use a position modificator a new arrow end appears at the starting point.
This is a minimal example:
...