Select Git revision
-
Carl Philipp Klemm authored
add support for biblatex to scipaper_cli, update readme, make lenght parameter optional when geting document meta json or biblatex entries
Carl Philipp Klemm authoredadd support for biblatex to scipaper_cli, update readme, make lenght parameter optional when geting document meta json or biblatex entries
main.cpp 381 B
// file : src/main.cpp
// copyright : Copyright (c) 2018-present, Lava Block OÜ and contributors
// license : MIT; see accompanying LICENSE file
#include <imgui.h>
#include <liblava/lava.hpp>
using namespace lava;
int main(int argc, char* argv[]) {
app app("template", { argc, argv });
if (!app.setup())
return error::not_ready;
return app.run();
}