bibtool | BibTeX

 by   ge-ne C Version: BibTool_2_68 License: GPL-2.0

kandi X-RAY | bibtool Summary

kandi X-RAY | bibtool Summary

bibtool is a C library typically used in Template Engine, Latex applications. bibtool has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

BibTeX provides an easy to use means to integrate citations and bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities -- and intentions -- of BibTeX. The possibilities of BibTool include. BibTool contains a documentation written in LaTeX of more than 80 pages (and still growing). BibTool is written in C and has been compiled on various operating systems like flavors of Unix and MSDOG machines. It is distributed in source code. No compiled versions are available from the author (Useless to ask!).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              bibtool has a low active ecosystem.
              It has 123 star(s) with 20 fork(s). There are 13 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 14 open issues and 57 have been closed. On average issues are closed in 55 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of bibtool is BibTool_2_68

            kandi-Quality Quality

              bibtool has 0 bugs and 0 code smells.

            kandi-Security Security

              bibtool has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              bibtool code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              bibtool is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              bibtool releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 643 lines of code, 0 functions and 7 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bibtool
            Get all kandi verified functions for this library.

            bibtool Key Features

            No Key Features are available at this moment for bibtool.

            bibtool Examples and Code Snippets

            No Code Snippets are available at this moment for bibtool.

            Community Discussions

            QUESTION

            Regex/token/rule to match nested curly braces?
            Asked 2020-Jul-19 at 14:15

            I need to match the values of key = value pairs in BibTeX files, which can contain arbitrarily nested braces, delimited by braces. I've got as far as matching at most two deep nested curly braces, like {some {stuff} like {this}} with the kludgey:

            ...

            ANSWER

            Answered 2020-Jul-17 at 14:32

            After perusing Lenz' "Parsing with Perl 6 Regexes and Grammars" (Apress, 2017), I realized the "regex" machinery (based on backtracking) might actually be a lot more capable than officially admitted, as a regex can call another, and nowhere do I see a prohibition on recursive calls.

            Before digging in, a bit of context free grammars: A way to describing nested braces (and nothing else) is with the grammar:

            S -> { S } S |

            I.e., nested braces are either an opening brace, nested braces, a closing brace, more nested braces; or nothing whatsoever. This translates more or less directly to Raku (there is no empty regex, fake it by making the construction optional):

            Source https://stackoverflow.com/questions/62946501

            QUESTION

            Regular expression to embed string with backslash and curly braces in more curly braces
            Asked 2020-Apr-23 at 16:50

            This is a cross-post from TeX, but it did not get any answers there. And since I assume the problem has more to do with my understanding of regular expressions (or better, lack thereof) than with LaTeX itself, StackOverflow may have been the better place to ask to begin with.

            I would like to use BibTool (which was written in C, if this is of any consequence here) to enclose some strings in a bib-file in curly braces. The test bib entry looks like this:

            ...

            ANSWER

            Answered 2020-Apr-23 at 11:48

            The behavior of .* by default is to match as many characters as possible. This is called 'greedy matching' in regex terms.

            Your pattern is likely matching the following on hitting the first \:

            Source https://stackoverflow.com/questions/61384886

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install bibtool

            BibTool can be obtained from the CTAN archives:. or via the BibTool home page. Get the file BibTool-x.xx.tar.gz where x.xx is the version number. Unpack it with the command (on Unix). It will create a directory named BibTool which contains the installation instructions in the file install.tex. A signature for the source bundle is provided as well. My public key can be found on http://pgp.mit.edu/. You should search for my email address.
            https://www.ctan.org/tex-archive/biblio/bibtex/utils/bibtool
            http://www.gerd-neugebauer.de/software/TeX/BibTool

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link