Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.84 KB

README.org

File metadata and controls

41 lines (32 loc) · 1.84 KB

README

Description

Latex package to create pulse sequence diagrams in magnetic resonance imaging.

Installation

Project by project

Just copy the file mrseqdia.sty next to the tex file you want to compile.

Add mrseqdia to your global latex installation

  1. Find out your latex distributions folder for custom packages
    kpsewhich -var-value=TEXMFHOME
        
  2. under this folder, copy mrseqdia.sty to […]/tex/latex/mrseqdia/mrseqdia.sty

Usage

Examples

test_mrseqdia.tex

Contributing

Acknowledgement

This repository is a translation of GitHub - dangom/mr-sequence-diagrams: Draw MR Sequence Diagrams for LaTeX / M… from metapost to TikZ/LaTeX. The initial metapost repository was originally created by Mark J White for his PhD Thesis. A snapshot is available in the Internet Archive here. Two of the macros — the ones for the trapez gradient wave forms — were written by T. A. Wilkinson and can be found in his blog here.

License