Created
July 7, 2017 09:09
-
-
Save wtsnjp/ed431ced6200483c720436735275b569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%#!uplatex | |
\documentclass[uplatex]{jsarticle} | |
\usepackage{gotoh} | |
\makeatletter | |
\def\formatseq#1{% | |
\expandafter\@tfor\expandafter\member\expandafter:\expandafter=#1% | |
\do{\makebox[1.2zw][c]{\member}}} | |
\makeatother | |
\begin{document} | |
\Gotoh[gap char={☃}]{GACTA}{GAGA} | |
\begin{flushleft} | |
\ttfamily | |
\formatseq{\GotohResultA} \\ \formatseq{\GotohResultB} | |
\end{flushleft} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment