Thanks to visit codestin.com
Credit goes to sourceforge.net

Activity for xindy - A Flexible Indexing System

  • shuber2 shuber2 created ticket #66

    glossaries: Two abbreviations with identical short form deduplicated

  • Bernhard M. Wiedemann Bernhard M. Wiedemann posted a comment on ticket #65

    filed https://sourceforge.net/p/clisp/feature-requests/59/

  • Bernhard M. Wiedemann Bernhard M. Wiedemann posted a comment on ticket #65

    It is LISP, which uses a 32-bit unsigned integer to count seconds since 1900-01-01. date -u -d 1900-01-01 +%s -2208988800 2**32 - 2208988800 => 2085978496 date -u -d @2085978496 2036-02-07T06:28:16 UTC

  • Joachim Schrod Joachim Schrod modified ticket #65

    xindy fails to build after 2036-02-07

  • Joachim Schrod Joachim Schrod posted a comment on ticket #65

    Well, the log basically tells us: base.lsp is compiled to base.fas When locref.lsp shall be compiled, the Lisp system doesn't detect that this happened. It reopens base.fas (or base.lsp?) for writing and thus overwrites the result of the previous compile. Afterwards it complains that the module base is not available. Of course, because it was just overwritten. This is obviously a problem with CLISP on the compiling system. What I don't understand: The issue report explicitly tells that the building...

  • Bernhard M. Wiedemann Bernhard M. Wiedemann created ticket #65

    xindy fails to build after 2036-02-07

  • karl berry karl berry posted a comment on ticket #64

    I should have mentioned: other files besides xindy.in have had fixes: markup.lsp, makeindex.xdy, make-inp-rules.pl, documentation files, and no doubt others. (And unfortunately our TLpatches/ subdirectory has not been kept perfectly up to date, so don't rely on it.)

  • karl berry karl berry created ticket #64

    tex live patches for xindy

  • Dominik Wujastyk Dominik Wujastyk created ticket #63

    Xindy compiled with an older version of libncurses

  • Juergen Spitzmueller Juergen Spitzmueller modified a comment on ticket #5

    I think what needs to be done is to add a module no-page-ranges.xdy which holds (define-location-class "arabic-page-numbers" ("arabic-numbers") :min-range-length 100000) (define-location-class "roman-page-numbers" ("roman-numbers-lowercase") :min-range-length 100000) (define-location-class "Roman-page-numbers" ("roman-numbers-uppercase") :min-range-length 100000) (define-location-class "alpha-page-numbers" ("alpha") :min-range-length 100000) (define-location-class "Alpha-page-numbers" ("ALPHA") :min-range-length...

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #5

    I think what needs to be done is to add a module no-page-ranges.xdy which holds (define-location-class "arabic-page-numbers" ("arabic-numbers") :min-range-length 100000) and then in texindy: - unshift (@modules, 'page-ranges') unless $no_ranges; + unshift (@modules, ($no_ranges ? 'no-page-ranges' : 'page-ranges')); This module would probably also help to solve https://github.com/jschrod/xindy.ctan/issues/3

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #18

    I'd say "Symbols" is the most common header used for this (see also TLC2)

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #60

    Is this related to https://github.com/jschrod/xindy.ctan/issues/4?

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #1

    The only minor nuisance is that the markup is doubled, i.e. \EmpIn{\EmpIn{1}--\EmpIn{3}}, A way around this is (markup-range :sep "\EmpIn{--}" :attr "EmpIn") which yields \EmpIn{1}\EmpIn{--}\EmpIn{3}. I've pondered about removing the inner markup when there is a range, but this requires markup-range of the given attr to be defined, which might break old definitions.

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #29

    This can be closed. LyX sets up everything automatically.

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #28

    This can be closed. Texindy works out of the box with LyX.

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #1

    Joachim, after another 9 years (and more than 15 years after I filed this report!) I finally sat down and got my own hands dirty. The attached patch implements the :attr option to markup-range and thus fixes the problem reported here via (markup-range :open "\EmpIn{" :close "}" :sep "--" :attr "EmpIn") The only minor nuisance is that the markup is doubled, i.e. \EmpIn{\EmpIn{1}--\EmpIn{3}}, but apart from being slightly ugly, this is only a problem for toggling macros such as \emph. I'd be very happy...

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #46

    I am withdrawing this. Proper language -> xindy mapping will be implemented in LyX itself instead.

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #62

    PR at https://github.com/jschrod/xindy.ctan/pull/6

  • Juergen Spitzmueller Juergen Spitzmueller posted a comment on ticket #62

    Note that \see[also] entries are not linked either with their target with makeindex/hyperref, so this patch gets both on par.

  • Juergen Spitzmueller Juergen Spitzmueller created ticket #62

    xindy dataloss with hyperref (\hyperindexformat)

  • Joachim Schrod Joachim Schrod modified ticket #61

    Cannot map memory to address

  • Joachim Schrod Joachim Schrod posted a comment on ticket #61

    Sorry, but this project is not involved with the creation of Ubuntu packages. My recommendation is to install TeX-Live 2019, xindy comes with it. As I cannot help here, I'll close this ticket.

  • Yves Chevallier Yves Chevallier created ticket #61

    Cannot map memory to address

  • tatojox tatojox modified a comment on ticket #56

    I just tried your MWE in directory .../äbc/test/ Ubuntu 18.04, texlive 2018, and runs fine. For texindy -V got: xindy release: 2.5.1 texindy script version: 1.13 xindy script version: 1.18 xindy kernel version: 3.0 CLISP version 2.49.92 (2018-02-18) (built on bulldog [127.0.0.1]) architecture: X86_64 and was able to run, without complain, in that directory: pdflatex test.tex texindy test.idx pdflatex test.tex and got test.pdf.

  • tatojox tatojox posted a comment on ticket #56

    I just tried your MWE in directory .../äbc/test/ Ubuntu 18.04 and runs fine. For texindy -V got: xindy release: 2.5.1 texindy script version: 1.13 xindy script version: 1.18 xindy kernel version: 3.0 CLISP version 2.49.92 (2018-02-18) (built on bulldog [127.0.0.1]) architecture: X86_64 and was able to run, without complain, in that directory: pdflatex test.tex texindy test.idx pdflatex test.tex and got test.pdf.

  • Tobi Tobi modified a comment on ticket #54

    Is there any news on this? The bug semms still to exist in the current version: $ xindy -V xindy release: 2.5.1 xindy script version: 1.18 xindy kernel version: 3.0 Here’s an MWE showing the problem in Test A and B. While in A the ref on p. 2 is dropped in B als page refs are missing in the index. Two possible workarounds are to either not use rages at all (Test C) or to add an (unknown) page attribute for the second range (Test D) \documentclass{article} \usepackage[xindy]{imakeidx} \makeindex[options...

  • Tobi Tobi modified a comment on ticket #54

    Is there any news on this? The bug semms still to exist in the current version: $ xindy -V xindy release: 2.5.1 xindy script version: 1.18 xindy kernel version: 3.0 Here’s an MWE showing the problem: \documentclass{article} \usepackage[xindy]{imakeidx} \makeindex[options = -C utf8] \usepackage{lipsum} \begin{document} Test A \index{Test A|(} \index{Test A|)} \index{Test A|(} \newpage Test A \index{Test A|)} \newpage Test B \index{Test B|(} \newpage Test B \index{Test B|)} \index{Test B|(} \index{Test...

  • Tobi Tobi posted a comment on ticket #54

    Is there any news on this? The bug semms still to exist in the current version: $ xindy -V xindy release: 2.5.1 xindy script version: 1.18 xindy kernel version: 3.0

  • Tobi Tobi posted a comment on ticket #56

    I see … thanks for the detailt answer! :-)

  • Joachim Schrod Joachim Schrod posted a comment on ticket #56

    This issue is caused by a deficiency in CLISP, the Common Lisp (CL) implementation that we use as a base. It is not solvable by any change in xindy. CLISP is all but abandoned, no new release since 2010. While there has been some work on porting xindy to a different CL system, this has not been followed through to be a part of a future release. (Please note that there are no stand-alone releases of xindy since quite some years since nobody was interested in them; any changes are released as part...

  • Tobi Tobi posted a comment on ticket #56

    One year later and it still exists … any news, please?

  • Tobi Tobi posted a comment on ticket #56

    Hi, ist there any news about this bug? It seems like it still exists in version 2.5.1 unfortunatly.

  • Ulrich Müller Ulrich Müller created ticket #60

    Broken latin.xdy with GNU grep

  • Markus Kohm Markus Kohm created ticket #47

    Add Support for MSYS

  • Denis Bitouzé Denis Bitouzé created ticket #59

    œ ignored

  • Mari Hahn Mari Hahn created ticket #46

    Add support for other common lisp implementations

  • Mark Zuckerberg Mark Zuckerberg created ticket #58

    The `-I omega` option makes `tex2xindy` fail to execute

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-kernel-2.2-rc2-pre3.tar.gz

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-2.2-rc1-linux.tar.gz

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-rte-2.2-rc1.tar.gz

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-clisp-modules-2001-04-10.tar.bz2

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-kernel-2.2-rc2-pre3.tar.gz

  • xindy - A Flexible Indexing System xindy - A Flexible Indexing System released /OldFiles/xindy-kernel-2.2-rc2-pre2.tar.gz

  • Agustin Martin Domingo Agustin Martin Domingo created ticket #57

    xindy 2.5.0 script fails when passed a single module

  • Tobi Tobi created ticket #45

    Add kpathsea support or similar

  • Tobi Tobi created ticket #56

    Error when using texindy within paths containing diacritics/umlauts

  • Joachim Schrod Joachim Schrod posted a comment on ticket #55

    There are two spanisch sort orders, "spanish-modern" and "spanish-traditional". These...

  • Joachim Schrod Joachim Schrod modified ticket #55

    error when used, glossaries with xindy and the Spanish language in texlive windows

  • Carlos Carlos created ticket #55

    error when used, glossaries with xindy and the Spanish language in texlive windows

  • Joachim Schrod Joachim Schrod modified ticket #43

    Error with texindy and -C utf8

  • Joachim Schrod Joachim Schrod posted a comment on ticket #43

    texindy man page now explains explicitely that it must not be used with XeLaTeX and...

  • Joachim Schrod Joachim Schrod modified ticket #44

    Prepare xindy.pl for inclusion in miktex

  • Joachim Schrod Joachim Schrod posted a comment on ticket #44

    MikTeX support, as proposed by Peter Breitenlohner, has been added to xindy 2.5 that...

  • U_Fischer U_Fischer created ticket #44

    Prepare xindy.pl for inclusion in miktex

1