Skip to content

Commit

Permalink
commands partially done
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/avp/tmp/svn.20121212/LHPC/aff/trunk@130 65d2813f-f11f-0410-b17b-8647a28db151
  • Loading branch information
avp committed Aug 22, 2007
1 parent fa187d5 commit 5ec4f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aff_spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\usepackage[dvipdfm,colorlinks=true,linkcolor=darkblue]{hyperref}
\usepackage{graphicx}
\usepackage{makeidx}
\renewcommand{\indexname}{\section*{INDEX}\addcontentsline{toc}{section}{\protect{\numberline{}}}}
\renewcommand{\indexname}{\section*{INDEX}\addcontentsline{toc}{section}{\protect{\numberline{}INDEX}}}
\makeindex
%\usepackage{amsmath}

Expand Down
1 change: 1 addition & 0 deletions utils/procs.def
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PROC("check", x_check, h_check, "check aff files integrity")
PROC("ls", x_ls, h_ls, "list the content of the AFF file")
/*
PROC("extract", x_get, h_get, "extract one section from the AFF file")
PROC("cat", x_cat, h_cat, "print one or more sections")
PROC("join", x_join, h_join, "join input files together")
PROC("xml", x_xml, h_xml, "convert AFF to XML")
PROC("spectrum", x_2point, h_2point, "convert spectrum data into AFF")
Expand Down

0 comments on commit 5ec4f04

Please sign in to comment.