Fentaniao / Creation

A modern LaTeX Beamer Theme for academic report, thesis defense, and presentations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cast Theme

LaTeX

English Readme · 中文文档

A modern LaTeX Beamer Theme for academic report, thesis defense, and presentations.

Features

  • Trace simple variable among the file.
  • Trace array variable among the file.
  • Trace variable in the cycle.
  • Add description with variable.
  • Information including variable name, variable type, value, function container, the line of the trace code, cycle number, and the description.

Screenshot

1

Install

GitHub releases page, click on Assets at the bottom to show the files available in the release and then click on the head file you want to download. Finally, include the head file in your project.

Usage

The library now has two main API:

trace(varName, [a list including cycle variables], [a string of the description])
traceArr(varName, [a list including cycle variables], [a string of the description])

First include the head file in your project by #include "CppTrace.h", and then call the two function in the program, it can print the variable's information to command window, including variable name, variable type, value, function container, the line of the trace code, cycle number, and the description.

Contact

Author: Fentaniao

Email: Fentaniao@gmail.com

License

GPL-3.0 License © Fentaniao

About

A modern LaTeX Beamer Theme for academic report, thesis defense, and presentations.

License:GNU General Public License v3.0


Languages

Language:TeX 96.0%Language:Batchfile 2.2%Language:Makefile 1.0%Language:Shell 0.8%