Directory macros/latex/contrib/to-be-determined
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).
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.
Package | to-be-determined |
Repository | https://github.com/yegor256/to-be-determined |
Version | 0.3.2 2024-10-11 |
Licenses | MIT License |
Copyright | 2021–2024 Yegor Bugayenko |
Maintainer | Yegor Bugayenko |
Contained in | TeX Live as to-be-determined MiKTeX as to-be-determined |
Topics | Decoration Conditional compilation Editorial |