I\'m开发者_StackOverflow learning metapost and i want to know how to generate a figure like a polygon number http://en.wikipedia.org/wiki/Polygonal_number , i got triangular numbers but not hexagonal.
How do I encourage/make Latex typeset some portion of text so that it will all appear on a consecutive even-page, odd-page pair of pages?
I was learning about using the command line version of latex today, and I was experimenting with outputting .tex to .dvi, and then .开发者_JAVA技巧dvi to .png.
This is for creating flashcards in LaTeX. My printer doesn\'t开发者_Go百科 support duplex printing - which packages like flashcards and flacards seem to require - so I am trying to create a two-column
I have the following problem. I have defined a macro, \\func as follows \\newcommand{\\func}[1]{% do something with #1
I\'m new to it but know it can\'t handle something special I need. I want to develop functionality for LaTeX. Problem: There\'s something called just TeX. Then there\'s LaTe开发者_如何转开发X. And the
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing an article for a magazine. I\'m trying to insert a (floating) 2-column box at the upper right corner of a 3-column document, with the text wrapping around it nicely andn the columns being
I want to prepare a text for the use in a LaTeX document. I wrote a SQL Function which does a lot of REPLACE. For example _ -> \\_ and so on.
Mathematica has a function MapThread that behaves like this: MapThread[ f , { {a,b,c} , {d,e,f} } ] -> { f[a,d] , f[b,e] , f[c,f] }