texcreate_lib 0.1.17

The core library for texcreate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod basic;
pub mod book;
pub mod math;
pub mod code;
pub mod theatre;
pub mod novel;
pub mod beamer;
pub mod lachaise;

use basic::*;
use book::*;
use math::*;
use code::*;
use theatre::*;
use novel::*;
use beamer::*;
use lachaise::*;