1.22.1 Top new questions this week

1.22.1.1 Is there a way to automatically transpose a matrix written in Latex?
1.22.1.2 How to write a letter "A"\[Sterling]"
1.22.1.3 How to correct bug in svg.path library?
1.22.1.4 Delete commas within numbers
1.22.1.5 How to align the term to right
1.22.1.6 Context-aware commands?
1.22.1.7 \DeclaredPairedDelimiter vs \newcommand
1.22.1.1 Is there a way to automatically transpose a matrix written in Latex?

http://tex.stackexchange.com/questions/283081/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)

1.22.1.2 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)

1.22.1.3 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)

1.22.1.4 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)

1.22.1.5 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)

1.22.1.6 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)

1.22.1.7 \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)