The formatting tag has no wiki summary.
13
votes
1answer
92 views
Using package name tags in post body text
I just got an answer of mine edited so it now uses identifier formatting like `mdframed` (rendered “mdframed”) instead of tag names like [tag:mdframed] (rendered “mdframed”). I can see how this would ...
17
votes
6answers
585 views
Formatting Sand-Box
As per the SO question here (if you want to know how they did something there, take a look at the source, as per the hack documented here), I suggest that this (CW) question be used for testing ...
18
votes
3answers
448 views
Can we turn off math-tex please?
On the question How can I get rid of indentation after an equation?, the code block has had the bit between the dollars turned in to an image. Looking at the javascript scripts loaded via firebug, I ...
0
votes
0answers
39 views
Use LaTeX code in questions and answers (MathJax)? [duplicate]
physics.SE has this nice feature that allows you to enter LaTeX code (formulas) in questions and answers, and then renders it using MathJax. e.g. you enter $x^2$ and it turns it into something like ...
13
votes
2answers
116 views
How do I create a link to an answer?
At this point I know how to add a clickable link in my answer, and I can create such a link to a question by copying the URL from the top of the browser. But if I want to make reference to someone ...
15
votes
4answers
153 views
Modifying code formatting when editing
The motivation for this question is this post: http://tex.stackexchange.com/posts/94206/revisions
In one of recent edits, the editor decided to change the code formatting in a piece of lisp code. ...
12
votes
0answers
112 views
Emphasis needs more space after it
An emphasis gobbles the following space (or does not add some needed additional space),
text *text* text <em>text</em> text
becomes
text text text text text
(I can't use \␣ ...
16
votes
0answers
61 views
Link targets should not count into the comment length
When posting a comment, one is limited to 500 characters. These include the link target addresses, which can be pretty long. I believe that the intention of the restriction is to make the comment at ...
17
votes
3answers
274 views
Clearer formatting of dialogue in TeXtalk
Currently the dialogue of TeXtalk is formatted by <strong> for the speaker and <p> to separate lines. Here is an example from the interview with Yiannis Lazarides:
This format may be ...
7
votes
2answers
66 views
Automatic question's title insertion with link
I know how to insert a [link](link) in my questions, answers or comments, and I know how to use tex.stackexchange link button as explained in How do I create a link to an answer?.
But I need to use ...
7
votes
1answer
84 views
Typing the ` symbol
Let's say I have a question about LaTeX quotation marks. I want to include the quotation marks
``
in the in-line "code sample" environment, like this. But I can't seem to escape the ` character, ...
19
votes
0answers
84 views
Missing tie in signatures of comments
There is something a bit wrong with the comment formatting; it seems to be like this now:
\interpretCommentMarkdown{#1} - \userLink{#2}
But it should be more like this:
...
5
votes
0answers
59 views
View source-code for question (even when I can't edit) [duplicate]
Possible Duplicate:
Is there a way to see how someone typeset their question in TeX.SE?
On Wikipedia, even when I can't edit a page, I can view the source-code. Sometimes I see markup in ...