% jpbook.ist - general settings, part of mendex package. % also works with makeindex. % ã“れ㯠mendex スタイルファイルã®ã‚µãƒ³ãƒ—ルã§ã™ % (Last update: 2021/06/17 texjporg) %% Use general commands (M. Yamamoto, @munepi) headings_flag 1 heading_prefix "\n\\makeidxhead{" heading_suffix "}" % delim_0 "\\idxdelim " delim_1 "\\idxdelim " delim_2 "\\idxdelim " % symhead_positive "\\symbolindexname" % % for mendex % * heading_flag <=> headings_flag difference (limitation) % * symhead_positive unrecognized if character_order is changed % (bug: https://github.com/texjporg/tex-jp-build/issues/117) heading_flag 1 symbol "\\symbolindexname" %% Custom settings for mendex % 見出ã—ã‚’ã²ã‚‰ãŒãªã§å‡ºåŠ›: 2(既定値ã¯ã‚«ã‚¿ã‚«ãƒŠ: 1) letter_head 2 % ä¸¦ã¹æ›¿ãˆé †ã‚’日本語→英å—→記å·ï¼æ•°å—ã«å¤‰æ›´ã™ã‚‹ãªã‚‰ä»¥ä¸‹ã‚’有効㫠%character_order "JESN" % 日本語ã¨è‹±å—ã®é–“ã«åŠè§’スペースを入れã¦ã‚½ãƒ¼ãƒˆã™ã‚‹ãªã‚‰ä»¥ä¸‹ã‚’有効㫠%priority 1 %% Output design based on dot.ist by Y. Kumazawa %% - sample definitions are provided below. %% - you can customize the design by redefining %% \idxdelim, \makeidxhead and \symbolindexname in your LaTeX file. preamble "\\begin{theindex}\n \\providecommand\\idxdelim{\\space\\dotfill\\space} \\providecommand\\makeidxhead[1]{{\\vbox{\\hbox to \\linewidth{\\sffamily\\bfseries #1\\ \\hskip\\fill}\\vskip1pt\\hrule}}\\nopagebreak} \\providecommand\\symbolindexname{Symbols}\n" postamble "\n\n\\end{theindex}\n"