How can I make an enumerate list start at something other than 1?
Error in TeX Live a^\200\223 Font ... not loadable: Metric (TFM) file not found
Multi-line (block) comments in LaTeX
How to add indentation
How to vertically-center the text of the cells?
How to write a function (piecewise) with bracket outside?
How can I write cases with grouping braces on both left and right side, and split the condition into two lines in LaTeX?
How can I make an enumerate list start at something other than 1?
https://tex.stackexchange.com/landing/r/digest?cta=question&id=142
Sometimes, I want to have enumerate lists in LaTeX start at other than the first value (1, a, i, etc.) How can I make an enumerate list start at an arbitrary value? [lists] [numbering] [enumerate]
asked by vanden https://tex.stackexchange.com/landing/r/digest?cta=user&id=93 Score of 634
answered by ShreevatsaR https://tex.stackexchange.com/landing/r/digest?cta=user&id=48
Score of 770 Error in TeX Live a^\200\223 Font ... not loadable: Metric (TFM) file not found
https://tex.stackexchange.com/landing/r/digest?cta=question&id=75166
I freshly installed 'basic' version of TeX Live 2012 (not full, only basic version). I have following line in my code: \usepackage[T1]{fontenc} I get following error: (/usr/local/texlive/2012/texmf-... [fonts] [errors] [packages] [texlive] [font-encodings]
asked by abhinavkulkarni https://tex.stackexchange.com/landing/r/digest?cta=user&id=12992
Score of 158 Multi-line (block) comments in LaTeX https://tex.stackexchange.com/landing/r/digest?cta=question&id=87303
In LaTeX, % can be used for single-line comments. For multi-line comments, the following command is available in the verbatim package. \begin{comment} Commented code \end{comment} But is there a ... [comments]
asked by Arindam Pal https://tex.stackexchange.com/landing/r/digest?cta=user&id=17379
Score of 365 answered by guillem https://tex.stackexchange.com/landing/r/digest?cta=user&id=3941 Score
of 304 How to add indentation https://tex.stackexchange.com/landing/r/digest?cta=question&id=45501
I am writing a thesis report using LaTeX and I need to add indentations because every new paragraph starts from the initial position on the left. How do I add indentations? [spacing] [indentation]
asked by pavani https://tex.stackexchange.com/landing/r/digest?cta=user&id=9327 Score of
154 answered by Frank Mittelbach https://tex.stackexchange.com/landing/r/digest?cta=user&id=10109
Score of 104 How to vertically-center the text of the cells? https://tex.stackexchange.com/landing/r/digest?cta=question&id=7208
I have a simple table as follows: \begin{table*} \centering \begin{tabular}{|l|c|c|c|c|p{2in}|} ... ... \end{tabular} \caption{The factors the camera solver depends on to ... [tables] [vertical-alignment]
asked by Rafid https://tex.stackexchange.com/landing/r/digest?cta=user&id=2418 Score of 208
answered by Display Name https://tex.stackexchange.com/landing/r/digest?cta=user&id=2099
Score of 51 How to write a function (piecewise) with bracket outside? https://tex.stackexchange.com/landing/r/digest?cta=question&id=32140
How to write this Piecewise function using LaTeX? I tried $ \begin{array}{cc} \{ & \begin{array}{cc} 0 & x\leq 0 \\ \frac{100-x}{100} & 0\leq x\leq 100 \\ 0 & ... [math-mode] [equations] [brackets]
asked by GarouDan https://tex.stackexchange.com/landing/r/digest?cta=user&id=5314 Score of
219 answered by Ant https://tex.stackexchange.com/landing/r/digest?cta=user&id=6984 Score of
268 How can I write cases with grouping braces on both left and right side, and split the condition into two lines in LaTeX?
https://tex.stackexchange.com/landing/r/digest?cta=question&id=240868
The code I used to write is this one $$ X(m,n)= \begin{cases} x(n),\\ x(n-1)\\ x(n-1) \end{cases} $$ But I don't know how to write this one Also, what if I want to write this [math-mode] [cases]
asked by MaryA~ https://tex.stackexchange.com/landing/r/digest?cta=user&id=65856 Score of
207 answered by Ignasi https://tex.stackexchange.com/landing/r/digest?cta=user&id=1952 Score
of 147