Has anyone had any luck with a free, offline, open-source, real-time speech-to-speech translation app on under-powered devices (i.e., older smart phones)?<p>* <a href="https://github.com/ictnlp/StreamSpeech">https://github.com/ictnlp/StreamSpeech</a><p>* <a hr...
Stories by thangalin
KeenWrite 3.2.0 is a significant update:
* [Tutorial series](https://www.youtube.com/watch?v=8dCui_hHK6U&list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_) that demonstrates its more salient features.
* [KeenType](https://github.com/DaveJarvis/keentype), a modernized and optimized [NTS](https://ctan.org/...
[KeenType 1.0.0](https://github.com/DaveJarvis/KeenType/releases/tag/1.0.0) is a 100% pure Java library, forked from [NTS](https://ctan.org/tex-archive/systems/nts), that can transform plain TeX into SVG documents. Output:
* [Equations Document](https://i.ibb.co/q9Zf9gr/keentype-equations.png)
*...
Part 8 in the series explores pandocβs annotation Markdown extension, as well as creating themes using ConTeXt. Creating themes and applying them to PDFs was requested from a few other people, so let me know if this part helps address any particular questions you may have had about theming PDFs. Her...
[Scrivenvar](https://github.com/DaveJarvis/scrivenvar) is an open source, Java-based, desktop Markdown editor that can edit R Markdown files courtesy of [Renjin](https://www.renjin.org/). The editor's software [architecture](https://i.imgur.com/8IMpAkN.png) is different than most other Markdown edit...
Since the last post about KeenWrite, there have been a number of improvements. Highlights include:
* Combine PDF file from multiple Markdown source files (think separate chapters)
* Improved image rendering in the preview window
* Automatic straight quote to curly quote conversion (see [KeenQuo...
Some of you have read the Typesetting Markdown blog series (https://dave.autonoma.ca/blog/). The plan was to finish the last two parts with *Annotated Text* (basically markup for Markdown) and *Figure Drawing* (MetaPost); however, people have asked for a post on Markdown to EPUB and others have aske...
The latest installment of the series tackles a thorny cost-benefit analysis problem that compares electric- to gasoline-powered vehicles, dives into using R for amortization, typesets some math, continues to explore the separation of content from presentation, and expands on the shell scripts from p...
??? is a terse syntax to help generate structured documents from entity relationship mappings. Its purpose is to remove database- and output-specific code from queries.
It is still undergoing development -- features such as aggregation, ellipses references, query execution, modules, and namespace...