summaryrefslogtreecommitdiff
path: root/obsolete/indexing/corridx/README
blob: 4f7b2659b63e43d7b3357a379813245254631c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
See the details in \doc\corridx.pdf


This makes corrections in a *.idx
file created by Latex as a raw index

in Latex we have these commands for making the index:

\begin{verbatim}
    % acronyms 2 Entries
    \newcommand{\ia}[2]{#1 (#2)\index{acr #2@#2!#1}}
    % chemical 1 Entry
    \newcommand{\ic}[1]{#1\index{chem #1@#1}}
    % general 1 Entry
    \newcommand{\ig}[1]{#1\index{gen #1@#1}}
    Example: \ia{Polyalkylene oxide}{PAO}

\end{verbatim}


If you click on the program corridx.exe,

it uses in.txt as input 
and 
out.txt as output

if you have a single command line item, the program will use this as input file name



To start the program 

with a command line parameter:

in winedt use as command line

c:\mypathto\corridx.exe "%P\%N.idx"
  %P     Input File's Path
  %N     Input File's Name

                             
Better put in your Windet directory and use:
(to be clarified work out how it works really)

% Exe('%B\Exec\MiKTeX\corridx.exe');                                            
% 
% Exe('%B\Exec\MiKTeX\TeX.edt');                                            

*)