summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex/var.h
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/upmendex/var.h
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex/var.h')
-rw-r--r--Build/source/texk/upmendex/var.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/Build/source/texk/upmendex/var.h b/Build/source/texk/upmendex/var.h
deleted file mode 100644
index 679ebae301d..00000000000
--- a/Build/source/texk/upmendex/var.h
+++ /dev/null
@@ -1,41 +0,0 @@
-#include "exvar.h"
-
-FILE *efp;
-
-int lines,idxcount,acc=0,reject=0;
-int prange=1,fsti=0,lorder=0,bcomp=0,force=0,fpage=0,gflg=0,verb=1,debug=0;
-int warn=0,scount=0,pattr[3]={0,0,0};
-/* static char roman[]={"ivxlcdm"},Roman[]={"IVXLCDM"}; */
-
-struct index *ind;
-
-char keyword[STYBUFSIZE]={"\\indexentry"};
-char arg_open='{',arg_close='}';
-char range_open='(',range_close=')';
-char level='!',actual='@',encap='|',quote='\"',escape='\\';
-char preamble[STYBUFSIZE]={"\\begin{theindex}\n"},postamble[STYBUFSIZE]={"\n\n\\end{theindex}\n"};
-char setpage_prefix[STYBUFSIZE]={"\n \\setcounter{page}{"},setpage_suffix[STYBUFSIZE]={"}\n"};
-char group_skip[STYBUFSIZE]={"\n\n \\indexspace\n"};
-char lethead_prefix[STYBUFSIZE]={""},lethead_suffix[STYBUFSIZE]={""};
-int lethead_flag=0;
-char item_0[STYBUFSIZE]={"\n \\item "},item_1[STYBUFSIZE]={"\n \\subitem "},item_2[STYBUFSIZE]={"\n \\subsubitem "};
-char item_01[STYBUFSIZE]={"\n \\subitem "},item_x1[STYBUFSIZE]={"\n \\subitem "},item_12[STYBUFSIZE]={"\n \\subsubitem "},item_x2[STYBUFSIZE]={"\n \\subsubitem "};
-char delim_0[STYBUFSIZE]={", "},delim_1[STYBUFSIZE]={", "},delim_2[STYBUFSIZE]={", "},delim_n[STYBUFSIZE]={", "},delim_r[STYBUFSIZE]={"--"},delim_t[STYBUFSIZE]={""};
-char suffix_2p[STYBUFSIZE]={""},suffix_3p[STYBUFSIZE]={""},suffix_mp[STYBUFSIZE]={""};
-char encap_prefix[STYBUFSIZE]={"\\"},encap_infix[STYBUFSIZE]={"{"},encap_suffix[STYBUFSIZE]={"}"};
-int line_max=72;
-char indent_space[STYBUFSIZE]={"\t\t"};
-int indent_length=16;
-int priority=0;
-char symbol[STYBUFSIZE]={""};
-char symhead_positive[STYBUFSIZE]={"Symbols"},symhead_negative[STYBUFSIZE]={"symbols"};
-char numhead_positive[STYBUFSIZE]={"Numbers"},numhead_negative[STYBUFSIZE]={"numbers"};
-int symbol_flag=1;
-int letter_head=1;
-UChar atama[STYBUFSIZE],tumunja[STYBUFSIZE],hanzi_head[STYBUFSIZE]={L'\0'};
-char page_compositor[STYBUFSIZE]={"-"},page_precedence[STYBUFSIZE]={"rnaRA"};
-char character_order[STYBUFSIZE]={"SNLGCJKH"};
-char icu_locale[STYBUFSIZE]={"root"},icu_rules[STYBUFSIZE]={""};
-int icu_attributes[UCOL_ATTRIBUTE_COUNT];
-
-UCollator * icu_collator;