I am trying to implement this new environment in LaTeX: \\newenvironment{javacode}[2] {\\begin{lstlisting}[language=java, label=#1, caption=#2]}
I am learning latex right now as a hobby and was working on beamer classes. What I would like to know is how to create your own themes f开发者_C百科or beamer. Can you please point out some good resour
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have some .rst files and I convert them to .tex file using standard sphinx converter. In some .rst I have tables with special width like:
I have a LaTeX question that is bugging me. I have been trying to get a list environment to appear correctly inside the tabular environment. So far I have gotten everything to my liking except one thi
I would like to put pictures into a supertabular table within lscape enviroment. The code is: \\newcounter{themenumber}
Here is the LaTeX code for my table: \\begin{table}{| c || c | c | c || c | c | c | } \\caption{Examples of the concepts. \\label{tab:conceptsimgs}}\\\\
I am looking for a way of generating PNG images of equations from LATEX source code embedded in templates. For example, given:
I\'ve created latex macro to typeset guitar chords diagrams(using picture environment). Now I want to make diagrams of different appear in good looking grid when typeset one next to each other as the
I\'m typesetting in LaTeX, and I\'d like to display a \"variable\" (in my case, a reference \\ref{blah} to an item number in list) i开发者_开发技巧n roman rather than the default arabic.Is there an ea