Coder Social home page Coder Social logo

keyvaltable's Introduction

The keyvaltable Package

Copyright (C) 2016-2020 Richard Grewe

Released under the LaTeX Project Public License version 1.3c or later

Purpose

The main goal of the keyvaltable package is to offer means for typesetting tables easily and yet still looking rather nicely in a way that separates content from presentation and with re-usable layout for tables of the same type. For this purpose, the package provides the environment KeyValTable, which allows one to typeset tables that have a previously defined column layout and whose rows can be produced in a key-value fashion.

Availability

The keyvaltable package is on CTAN, where you can also find the documentation, as well as on github. Since March 2016, keyvaltable is part of TeX Live (package texlive-latex-extra) and is included in MiKTeX.

Manual Installation

The keyvaltable package comes with (at least) the following files

  • keyvaltable.ins
  • keyvaltable.dtx
  • README.md

and possibly also with

  • Makefile
  • keyvaltable.pdf (generated from keyvaltable.dtx)
  • keyvaltable.sty (generated from keyvaltable.dtx)

To install the keyvaltable package, you additionally need

  • docstrip.tex

To build the package (keyvaltable.sty), run one of the following

    latex keyvaltable.ins
    make package (needs Makefile)

Put the resulting keyvaltable.sty somewhere where LaTeX can find it. Read the documentation of your LaTeX system to find out where this might be.

Building Documentation

To build the documentation of the keyvaltable package, you additionally need the following classes and packages (including their dependencies)

  • rgltxdoc
  • etoc
  • amssymb, gensymb, fontawesome
  • xspace
  • xintexpr
  • makecell, cellspace
  • tabularx, longtable, xltabular, tabu
  • filecontents
  • datatool, csvsimple

as well as

  • pdflatex

To build the documentation (keyvaltable.pdf), either run

    make docs

or the following sequence of commands

    pdflatex keyvaltable.dtx
    makeindex -s gind.ist -o keyvaltable.ind keyvaltable.idx
    makeindex -s gglo.ist -o keyvaltable.gls keyvaltable.glo
    pdflatex keyvaltable.dtx
    pdflatex keyvaltable.dtx

Happy TeX'ing

keyvaltable's People

Contributors

ri-ga avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

keyvaltable's Issues

Caption labels are incompatible with nameref package

Using the \nameref macro to display the text of the caption does not work. Instead the text of a previously defined reference is returned.

Note that using nameref when the caption and label are declared in a table environment wrapping the keyvaltable does work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.