@dicy/types
Advanced tools
Comparing version 0.12.0-pre.0 to 0.12.0
{ | ||
"name": "@dicy/types", | ||
"version": "0.12.0-pre.0", | ||
"version": "0.12.0", | ||
"description": "Shared types for DiCy.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,2 +15,12 @@ # @dicy/types | ||
- Bibliographies — Biber, BibTeX, BibTeX8, BibTeXu, pBibTeX, upBibTeX | ||
- Graphics Creation — Asymptote, MetaPost | ||
- Image/File Conversion — dvipdfm, dvipdfmx, dvips, dvisvgm, epstopdf, pdf2ps, | ||
ps2pdf | ||
- Indexing/Glossaries — bib2gls, makeglossaries, makeindex, mendex, | ||
splitindex, texindy, upmendex | ||
- LaTeX Engines — LaTeX, LuaLaTeX, pdfLaTeX, pLaTeX, upLaTeX, XeLaTeX | ||
- Literate Programming/Reproducible Research — Agda, knitr, lhs2TeX, | ||
patchSynctex, PythonTeX, Pweave, SageTeX | ||
More information, including installation and API documentation is available at | ||
@@ -17,0 +27,0 @@ the [DiCy][] website. |
export declare type Uri = string; | ||
export declare type Command = 'build' | 'clean' | 'graph' | 'load' | 'log' | 'save' | 'scrub'; | ||
export declare type Command = 'build' | 'clean' | 'graph' | 'load' | 'log' | 'save' | 'scrub' | 'test'; | ||
export interface LineRange { | ||
@@ -28,3 +28,2 @@ start: number; | ||
aliases?: string[]; | ||
commands?: string[]; | ||
noInvalidate?: boolean; | ||
@@ -59,3 +58,2 @@ } | ||
bibtexEngine: BibtexEngine; | ||
check?: string[]; | ||
cleanPatterns: string[]; | ||
@@ -106,2 +104,3 @@ copyTargetsToRoot: boolean; | ||
synctex: boolean; | ||
tests?: string[]; | ||
validateCache: boolean; | ||
@@ -108,0 +107,0 @@ } |
Sorry, the diff of this file is not supported yet
54
22166
278