LaTeX package for fly genetics.
 
 
Go to file
Damien Goutte-Gattat 10fa827cca Add some examples to the documentation. 2021-04-17 22:36:00 +01:00
.gitignore This is a package, not a class 2013-07-18 09:53:09 +02:00
Makefile Add a README. 2021-04-17 21:29:08 +01:00
README.md Add a README. 2021-04-17 21:29:08 +01:00
flygenet.dtx Add some examples to the documentation. 2021-04-17 22:36:00 +01:00
lppl-1-3c.tex Initial commit 2013-07-14 23:39:35 +02:00

README.md

Flygenet - Fly genetics notation for LaTeX

Flygenet is a LaTeX package intended to make it easier to typeset fly genotypes with the conventional math-like notation used by fly geneticists.

Genotypes are typeset in math mode but with a syntax that is lighter than the usual syntax of LaTeX math mode.

Install

Simply run LaTeX on the source file flygenet.dtx file, then move the generated package file (flygenet.sty) into a directory searched by LaTeX.

Alternatively, running make install in the source directory will generate both the package file and the PDF manual, and will place them into a directory tree ready to be copied to a TeX directory.

If you are using TeXLive, youll probably need to run mktexlsr to make sure LaTeX can find the newly added files.

Usage

Import the package:

\usepackage{flygenet}

The main macro is \genotype. It accepts a description of the genotype where / is used to separate the two chromosomes of a chromosome pairs and ; is used to separate chromosome pairs. Here is an example:

\genotype{FM7, B^1; Bc Gla/CyO, y^+; MKRS, Sb/TM6, Tb Hu}

Copying

Flygenet is distributed under the LaTeX Project Public License, version 1.3c. The full license is included in the source distribution and in the generated manual.

Homepage and repository

Tarballs of the source distribution can be found on https://incenp.org/files/softs/flygenet. The latest source code is available at https://git.incenp.org/damien/flygenet.