Questions tagged [complexity]

The tag {complexity} is currently used for problems using the LaTeX package complexity. Complexity is a LaTeX package that defines commands to typeset Computational Complexity Classes such as P and NP.

Please, don't use this tag, because in your opinion your question is complex or describes a complicated problem. Instead, try to simplify your problem.

The LaTeX package complexity defines commands to typeset Computational Complexity Classes such as \P (deterministic polynomial time) and \NP (nondeterministic polynomial time) as well as languages such as \SAT.

5 questions
1
vote
1 answer

Problem with accentuation in the math environment

Hello I'm using the complexity package to write a text where I would like to highlight some complexity classes. However the text is being written in a Latin language which requires the use of accents in some words. When I try to make a newfunc using…