CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/to-be-determined

README.md

make CTAN License

This package helps you highlight pieces of your code that needs further work (TBD stands for "to be determined"). The package uses xcolor and soul packages.

First, install it from CTAN and then use in the preamble:

\documentclass{article}
\usepackage{to-be-determined}
\begin{document}
The budget is \tbd{99.00 USD}.
\end{document}

Otherwise, you can download to-be-determined.sty and add to your project.

If you want to contribute yourself, make a fork, then create a branch, then run l3build ctan in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run l3build ctan again. If the build is still clean, submit a pull request.

Download the contents of this package in one zip archive (247.1k).

to-be-determined – Highlight text passages that need further work

This package provides a single command \tbd which highlights the pieces of text that need to be rewritten later. You can hide them all with a single package option hide, or just make them disappear entirely with the option off.

Packageto-be-determined
Bug trackerhttps://github.com/yegor256/to-be-determined/issues
Repositoryhttps://github.com/yegor256/to-be-determined
Version0.3.0
LicensesMIT License
Copyright2021–2022 Yegor Bugayenko
MaintainerYegor Bugayenko
Contained inTeX Live as to-be-determined
MiKTeX as to-be-determined
TopicsDecoration
Conditional compilation
Editorial
...
Guest Book Sitemap Contact Contact Author