Warning, /education/labplot/src/3rdparty/README.md is written in an unsupported language. File is not indexed.

0001 ## 3rd party libraries
0002 
0003 This folder contains versions of libraries and files LabPlot depends on.
0004 
0005 
0006 ## KDMacTouchBar
0007 
0008 KDAB's Qt Widget for the Mac Touch Bar ([link](https://github.com/KDAB/KDMacTouchBar))
0009 
0010 ## liborigin
0011 
0012 A library for reading OriginLab project files (.OPJ) ([link](https://sourceforge.net/projects/liborigin))
0013 
0014     * adapted CMakeLists.txt
0015 
0016 ## QXlsx
0017 
0018 QXlsx is an excel file(.xlsx) reader/writer MIT-licensed C++ (with Qt) library ([link](https://github.com/QtExcel/QXlsx))
0019 
0020     # git clone -b v1.4.6 https://github.com/QtExcel/QXlsx.git tmp
0021     # mv tmp/QXlsx .
0022     # mv tmp/{LICENSE,README.md} QXlsx
0023     # rm -rf tmp
0024 
0025 ## Qt Advanced Docking System
0026 
0027 Qt Advanced Docking System lets you create customizable layouts using a full featured window docking system ([link](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System))
0028 
0029 ## ReadStat (not included)
0030 
0031 ReadStat is a command-line tool and MIT-licensed C library for reading files from popular stats packages ([link](https://github.com/WizardMac/ReadStat))
0032 
0033 ## Vector BLF (not included)
0034 
0035 A library to access Binary Log File (BLF) files from Vector Informatik ([link](https://github.com/Murmele/vector_blf)).
0036 Depends on fast_float ([link](https://github.com/fastfloat/fast_float.git)) and C++ DBC Parser ([link](https://github.com/Murmele/dbc_parser_cpp))
0037 
0038 ## preview.sty
0039 
0040 This file provides the LaTeX style 'preview' ([link](https://www.ctan.org/tex-archive/macros/latex/contrib/preview)).
0041 
0042 The main purpose of the preview package is the extraction of selected
0043 elements from a LaTeX source, like formulas or graphics, into separate
0044 pages of a DVI file.  A flexible and convenient interface allows it to
0045 specify what commands and constructs should be extracted.  This works
0046 with DVI files postprocessed by either Dvips and Ghostscript or
0047 dvipng, but it also works when you are using PDFTeX for generating PDF
0048 files.
0049 
0050 This package is used for the rendering of mathematical LaTeX expressions embedded in TextLabel.