About 1,320,000 results
Open links in new tab
  1. Define and use new colors for \rowcolor (Colortbl) - TeX

    How can I use the maroon that I have defined, instead of the gray? Or (better) how can I use directly the maroon from: \\usepackage[dvipsnames]{xcolor} \\documentclass{scrbook} …

  2. How do you use floor/ceil in math, e.g. how does it work exactly?

    When floor a number, you can think of it as replacing the Mantissa with $0$ $$\lfloor 2.31 \rfloor = 2 + 0 = 2$$ and ceil can be thought of as replacing the mantissa with $1$. $$\lceil 2.31 \rceil = …

  3. Converting bib database into csv - TeX - LaTeX Stack Exchange

    Aug 30, 2012 · I have a bibliography on a subject (don't matter what subject it is, there is about 20 different files and about 1000 records). I need to convert it into csv (or any other table format …

  4. Floor function of a real number - Mathematics Stack Exchange

    Floor function of a real number Ask Question Asked 7 years, 5 months ago Modified 7 years, 5 months ago

  5. Adjusting the height of math floor symbol - TeX

    Sep 29, 2023 · The height of the floor symbol is inconsistent, it is smaller when the fraction contains a lowercase letter in the numerator and larger when the fraction contains numbers or …

  6. How to represent the floor function using mathematical notation?

    4 I suspect that this question can be better articulated as: how can we compute the floor of a given number using real number field operations, rather than by exploiting the printed notation, …

  7. truncate, ceiling, floor, and...? - Mathematics Stack Exchange

    Truncation rounds negative numbers upwards, and positive numbers downwards. Floor rounds all numbers downwards, and ceiling rounds all numbers upwards. Is there a …

  8. Horizontal line spanning the entire document in LaTeX

    To get horizontal lines of any fixed length you can use the \rule command. To get a horizontal line spanning the whole page width you can use a \makebox command and then a \rule with a …

  9. macros - command for floor - TeX - LaTeX Stack Exchange

    It natively accepts fractions such as 1000/333 as input, and scientific notation such as 1.234e2; if you need even more general input involving infix operations, there is the floor function …

  10. color - Where to \definecolor? - TeX - LaTeX Stack Exchange

    Sep 17, 2021 · When I put color definitions in the preamble, I get an error, e.g. \\documentclass[12pt]{article} \\usepackage{xcolor} \\definecolor{es-bg}{HTML}{e7edf4ff ...