## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup, echo=FALSE-------------------------------------------------------- library(texor) ## ----echo = FALSE, results = 'asis'------------------------------------------- library(knitr) table <- data.frame("Graphics-Format" = c("PNG", "JPG", "PDF", "SVG", "Tikz", "Algorithm"), "LaTeX" = c("✓", "✓", "✓", "✗", "✓", "✓"), "Markdown" = c("✓", "✓", "✗", "✓", "✗", "✗"), "RMarkdown" = c("✓", "✓", "✗", "✓", "✓(using tikz engine)", "✗"), "HTML" = c("✓", "✓", "✗", "✓", "✗", "✗")) kable(table, caption = "Image Format support in various Markup/Typesetting Languages") ## ----echo = FALSE, results = 'asis'------------------------------------------- library(knitr) table <- data.frame( "example" = c("example, example*"), "S-series" = c("Sin, Sout, Scode,Sinput,Soutput"), "special-verbatim" = c("smallverbatim, boxedverbatim")) kable(table, caption = "Code Environment support in texor")