ytotech

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

ytotech package provides a builder.Builder interface to latex.ytotech.com service. The request send to latex.ytotech.com is a single json that looks like this ```json

{
    "compiler": "pdflatex",
    "resources": [
        {
            "main": true,
            "file": "...base64 encoded file..."
        },
        {
            "path": "logo.png",
            "file": "...base64 encoded file..."
        }
    ]
}

```

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuilder

func NewBuilder() builder.Builder

NewBuilder provides a new Builder interface to latex.ytotech.com.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL