About 50 results
Open links in new tab
  1. Is there a circle symbol? - TeX - LaTeX Stack Exchange

    Is there a circle symbol for the composition of two functions? Or do I have to resort to using other ways to represent that?

  2. References & Bibliography in Beamer - TeX - LaTeX Stack Exchange

    Dec 12, 2018 · Because you load the biblatex package, you should replace \bibliography{bib2.bib} by \printbibliography and remove \bibliographystyle{amsalpha}, the style is defined ...

  3. How do I change text color? - TeX - LaTeX Stack Exchange

    Possible Duplicate: How to change color for a block of texts? Wanting to change the text on the contacts frame from black to white. \\documentclass[T]{beamer} …

  4. How can I get Roman numerals in text? - LaTeX Stack Exchange

    For example: Charles's sister Bona, married the eldest son of Philip VI of France, the future John II of France, in 1335. How can I get Roman numerals?

  5. tables - Writing a map in Latex - TeX - LaTeX Stack Exchange

    I have a trouble writing a mathematical mapping inside a box written with the \\begin{tabular} environment. The map is denoted by · (a dot) and goes from GxG to G (is closed). I'm trying to …

  6. How to convert from Latex to Word properly? [duplicate]

    Jul 27, 2020 · I have a latex document on Overleaf that contains equations and mathematical symbols and I want to convert my document to the Word version, I transformed my .tex …

  7. graphics - Add tif image to LaTeX - TeX - LaTeX Stack Exchange

    No TeX engine can read .tif files directly: you will have to convert to another format (more on the graphics formats recognised by TeX is in Which graphics formats can be included in …

  8. math mode - Any difference between \binom vs \choose? - TeX

    Jun 27, 2023 · \choose is a plain-TeX math-mode macro. Syntax: {n-k\choose k}. Note that the macro uses TeX's (in)famous infix syntax. \binom is a LaTeX math-mode macro provided by …

  9. How to write something underneath \min? - LaTeX Stack Exchange

    How to type this expression, where has \\min on top and \\forall at the bottom?

  10. graphs - Use Graphviz within *TeX - TeX - LaTeX Stack Exchange

    Mar 16, 2011 · I am trying to generate a a graph with dot/graphviz. Is it possible to include it within *TeX and be compiled at *TeX compile time? I've read about TikZ, but it's not the same …