HiLaTex

HiLaTex是一个用于中文和英文排版的 LaTeX 模板项目,旨在提供一个灵活且易于使用的文档结构,适用于各种文档类型,如论文、报告和演示文稿。该项目包含多个示例文件,演示了如何使用不同的 LaTeX 功能,包括自定义字体、TikZ 绘图和模板设置。

Category

Other

License

Free to use (MIT)

File

Hi.tex

Hi.texRead-only preview
%-------------------- Preamble -------------------
% Used to set properties (global settings) and define some custom commands
\documentclass{article} % Document type; the formatting will vary based on the document type, e.g., article, book, letter, etc.

%---------- Title Section ------------
\title{\LaTeX Introduction}
\author{Raffe Yang}
\date{\today} % \today will automatically sync to today's date

%-------------------- Document Body -------------------
% A .tex file has exactly one document section
\begin{document}
    \maketitle % Actually outputs the title section
    
    Hi \LaTeX
    % An empty line in the document indicates a line break
    
    % $inline formula$    $$display formula$$
    Let $f(x)$ be defined by the formula $$f(x)=2\sin x$$ which is a polynomial of degree 2.
    
\end{document}
Preview
HiLaTex preview
HiLaTex LaTeX Template | Bibby | Bibby AI