| bio | website | |
|---|---|---|
| location | Bangalore, India | |
| age | 18 | |
| visits | member for | 1 year, 4 months |
| seen | 1 hour ago | |
| stats | profile views | 337 |
Briefly Busy! Will get back!
(1) Emacs (2) Tikz (3) Macros
|
Apr 13 |
comment |
Text aligning like numbers aligning @700resu That would be none of my business. :) |
|
Apr 13 |
comment |
Text aligning like numbers aligning @700resu Could you please post your preamble? So, that, I can see how I'd tweak this solution... |
|
Apr 13 |
revised |
Text aligning like numbers aligning added 570 characters in body |
|
Apr 12 |
revised |
Text aligning like numbers aligning David's suggestions |
|
Apr 12 |
answered | Text aligning like numbers aligning |
|
Apr 12 |
comment |
Text aligning like numbers aligning "But it did not work.": The problem with this one is the _. You must escape it by \_. :)
But having said that, I am not sure this is the right way to achieve what you're trying to do. I'll write an answer... :) |
|
Apr 12 |
comment |
How to define environments for questions and answers @vonbrand Have you played around with this, for instance: ctan.tug.org/tex-archive/macros/latex/contrib/exsheets/…? While, I realise that, you may have specific needs to address, this question is too general to get a good answer (please note that, I am NOT saying the question is bad!). Please help us arrive at a precise question that you'd like to answer. For instance, start with a base code and tell us, what it is lacking. We might work on it one by one and at the end you'd have your derired code. :) |
|
Apr 12 |
comment |
Shifted hexagons in TikZ picture +1 for: "I stripped the code down that shows the problem:" |
|
Apr 12 |
comment |
Issues aligning equations @adrem7 The point is flalign flushes the output to the extremes in a page. To see this, look at the documentation (p.27 as printed, p.31 pdf page number): here |
|
Apr 12 |
comment |
Minimization of the time it takes to preview a large beamertex file You forgot the ducks?! +1. :) |
|
Apr 12 |
comment |
What is this font? If it's a paper, it might help to know what journal it was published in. |
|
Apr 12 |
comment |
Reference sections or chapters without labeling? Using emacs with AucTeX might be a "work around": using the AucTeX system to input sections -- C-c C-s and you can label each section, just by hitting the Enter key. |
|
Apr 12 |
comment |
What is this font? Could you please add the name of the text or sth, for Google-ish purposes? Someone googling for the font might want to try searching by the title of the book. As the question stands, it is going to be extremely hard to search. Oh, +1 for the question! |
|
Apr 11 |
comment |
Diagonal text in diagonal matrix Did you try this by setting up a matrix of math nodes in Tikz? I'll try and see how it goes for me... |
|
Apr 10 |
comment |
How to insert formula number inside formula? I am not sure what it is that you're trying to achieve. But, I made your snippet into a MWE and it works: writelatex.com/138511jzknxd |
|
Apr 10 |
comment |
How to make a full equation with tikz? @Mohammad Oh, since you don't care about the level at which they are placed, the link to writelatex in that comment does what you need! In particular, it uses the construct \underbrace{}_{} from amsmath. So, you'd enclose an entire tikzpicture or bmatrix environment within the first braces and write the text you like underneath that in the second braces. You may please look at the link and ask if you get stuck. :) |
|
Apr 10 |
comment |
How to make a full equation with tikz? (2) As I said, you're in a math mode!! So, at the place, where you'd like your matrix, simply \begin{bmatrix} and input your matrix! |
|
Apr 10 |
comment |
How to make a full equation with tikz? @Mohammad (1) It is possible, if you don't insist that the braces are at the same level. (Even otherwise, it should, in principle, be possible, but, I am just not aware of a method.) Check this out: writelatex.com/138403qnzgnm. |
|
Apr 10 |
revised |
How to make a full equation with tikz? added 218 characters in body |
|
Apr 10 |
comment |
How to make a full equation with tikz? @Mohammad Indeed!! |