Is it possible to draw diagonal (parallelogram) cells in LaTeX: the cell content is diagonal, and the cell\'s originally vertical borders are also diagonal.
Accidently I created this nice colored effect on my LaTeX TOC: http://i43.tinypic.com/o5aptl.png Which I like and want to keep, I created this effect like this:
I\'m writing a LaTeX document in vim, and I have it hard wrapping at 80 characters to make reading easier.However, this causes problems with tracking changes with in version control.For example, inser
I have a book project which I\'d like to start sooner than later. This w开发者_如何学Goould follow an agile-like publishing workflow, i.e: publish early and often. It is meant to be self-publsihed by
I want to have a sweave document that will include a variable number of tables in.I thought the example below would work, but it doesn\'t.I want to loop over the list foo and print each element as it\
I find that the caption in my longtable takes two lines but it seems that it can fit in one line. See the figure below:
I notice that there is some gap after my table. See the following snapshot: My LaTeX code is: \\begin{table}[htb]
How can I write \"C++\" in LaTeX so that the output looks nice. For 开发者_运维技巧example C$++$ doesn\'t look good: the plus signs are too big and there is too much space.The standard solution for ca
Why is this not working: \\documentclass[a4paper,10pt]{article} \\usepackage{a4wide} \\usepackage[T1]{fontenc}
I have a project in Java and I need to make a code listing in part of my LaTeX documentation with all my classes and code. What is the best way to export the code? Is it simply just copy and paste, or