Is there a way to automatically transpose a matrix written in Latex?
How to write a letter "A"\[Sterling]"
How to correct bug in svg.path library?
Delete commas within numbers
How to align the term to right
Context-aware commands?
\DeclaredPairedDelimiter vs \newcommand
Is there a way to automatically transpose a matrix written in Latex?
As writing matrices in LaTeX is an extremely time-consuming activity, I was wondering if a software or a site exists that automatically gave the transposed form of a matrix, that is to say, given a ...
- asked by Marine1 (26 votes), answered by egreg (28 votes)
How to write a letter "A"\[Sterling]" http://tex.stackexchange.com/questions/282900/how-to-write-a-letter
In my language we use the letter "A"\[Sterling]" representing LATIN SMALL LETA^\[DiscretionaryHyphen]TER G WITH CEDILLA with code U+0123. How can I write it with pure latex? Solution Ok I got what I wanted, thanks to WriteLatex utf-8 ...
- asked by JA"\201nis Erdmanis (14 votes), answered by egreg (23 votes)
How to correct bug in svg.path library? http://tex.stackexchange.com/questions/282953/how-to-correct-bug-in-svg-path-library
The svg command from svg.path library can display an svg <path> in TikZ. But in one particular situation the coordinate calculation fails. This happens when part of the path is closed by z (or ...
- asked by Kpym (13 votes), answered by Symbol 1 (5 votes)
Delete commas within numbers http://tex.stackexchange.com/questions/282966/delete-commas-within-numbers
To use package{calc} for calculation, number should not include any commas. So I tried to use \def\commatonone #1,#2.00 {#1#2} to get the number without commas. \documentclass{article} ...
- asked by Joe (12 votes), answered by David Carlisle (10 votes)
How to align the term to right http://tex.stackexchange.com/questions/283550/how-to-align-the-term-to-right
\documentclass[a4paper,titlepage]{article} \usepackage{amsmath,amssymb} \newcommand*{\PartialConj}{\ensuremath{\bar{\partial}}} \newcommand*{\Abs}[1]{\ensuremath{\left\lvert #1\right\rvert}} ...
- asked by Kin (10 votes), answered by eldering (8 votes)
Context-aware commands? http://tex.stackexchange.com/questions/283245/context-aware-commands
I used command \important throughout the document to mark the important parts of the text, and although it was initially bold and red, in the end I chose to style it simply as bold. However, the same ...
- asked by Lazar LjubenoviA"\207 (10 votes), answered by egreg (7 votes)
\DeclaredPairedDelimiter vs \newcommand http://tex.stackexchange.com/questions/283128/declaredpaireddelimiter-vs-newcommand
When should I use \DeclarePairedDelimiter and when should I use \newcommand? For example I have defined %Ceiling function \DeclarePairedDelimiter\ceil{\lceil}{\rceil} %Floor function ...
- asked by az89 (10 votes), answered by Arun Debray (13 votes)