Directory macros/latex2e/contrib/to-be-determined
README.md
The \tbd LaTeX Command (to be determined)
This LaTeX package helps you highlight pieces of your code that needs further work (TBD stands for "to be determined"). The package uses xcolor, mathtools, 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 (258.2k).