| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | Aug 26 '12 at 23:39 | |
| stats | profile views | 4 |
I have been using LaTeX for about two or three years now for typesetting essays and reports for my degree. In this time LaTeX has all but replaced Open Office as my primary text editor.
Since some of my recent projects have gone up against the limits of what can be done as a mere user of LaTeX, I have now started delving deeper into the underlying Tex. In particular I am working on writing my own version of the begriff package, a package used for typesetting Frege's Begriffsschrift, since I wasn't quite happy with the results it produced.
|
Aug 19 |
comment |
Is there a way to manually set the height of a bracket? I must be missing something very basic. When I include the above definition in my .sty file changing nothing but the name, and the number 9 instead of 8.5 I get a bracket that is exactly the same size as that produced by \big(. |
|
Aug 17 |
awarded | Commentator |
|
Aug 17 |
comment |
Is there a way to manually set the height of a bracket? My apologies, but my knowledge of plain TeX is very limited. How would I have to change the above definition to use a previously defined length like \baselineskip in place of the 8.5? |
|
Aug 17 |
accepted | Is there a way to manually set the height of a bracket? |
|
Aug 16 |
asked | Is there a way to manually set the height of a bracket? |
|
Aug 8 |
comment |
What is the height above the baseline to the middle of an open bracket? I appreciate getting both the plain TeX and pure LaTeX in the answer. |
|
Aug 8 |
accepted | What is the height above the baseline to the middle of an open bracket? |
|
Aug 8 |
comment |
What is the height above the baseline to the middle of an open bracket? I should have known that. |
|
Aug 8 |
asked | What is the height above the baseline to the middle of an open bracket? |
|
Jul 17 |
accepted | Wrote a new package. Is there some standard place to share? |
|
Jul 16 |
awarded | Nice Question |
|
Jul 15 |
comment |
Wrote a new package. Is there some standard place to share? I think I will stick with just CTAN for now. Thanks for all the above answers/comments. Since the question has effectively been answered in the comments is there some way of marking it as answered despite the lack of a formal "answer"? |
|
Jul 14 |
asked | Wrote a new package. Is there some standard place to share? |
|
Jul 14 |
comment |
My newcommand does not work within other environments (align*) One not so elegant way to solve the problem that does not rely on pure TeX, is to measure the width of \usebox{\Fconsequent} and \usebox{\Fantecedent} separately using \settowidth{}{} and then placing both lengths as vertical struts into a \makebox{} the height of which is determined by it's contents and can be measured with \settoheight{}{}... |
|
Jul 14 |
accepted | My newcommand does not work within other environments (align*) |
|
Jul 13 |
comment |
My newcommand does not work within other environments (align*) That makes sense. And yes, I want \temp to take on the width of the wider of \Fconsequent and \Fantecedent whichever that is. If somebody does still know how to that in a "LaTeXy" way, I would appreciate it... I will have a think about it myself. |
|
Jul 13 |
comment |
My newcommand does not work within other environments (align*) So... moving the \new... commands outside the macro has fixed half the problem. I have updated the question to reflect this, and included a minimal working example. |
|
Jul 13 |
revised |
My newcommand does not work within other environments (align*) added 250 characters in body; edited title |
|
Jul 13 |
asked | My newcommand does not work within other environments (align*) |
|
Jul 12 |
accepted | Other than syntax what is the difference between \dimen0= and \setlength{}{}? |