0
votes
1answer
38 views
Multicol and a floating box at the top of page, with text wrapping around it
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 …
0
votes
2answers
118 views
How can be sectsty used together with \part in scrbook-documentclass in LaTeX?
In this question I asked, how to produce rules under sections. The answer provided using sectsty does what I wish, but triggers a problem: If I use the package sectsty the \part-co …
0
votes
1answer
22 views
open a tab using a text link on the same page
I have a series of tabs with content and want one of the tab/contents to open when a user clicks on a link on a sidebar. How do I do this please in simple terms and instructions. …
1
vote
4answers
70 views
Create own BibTeX style or customize existing one?
I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for this:
I want the author names/editors to be italic (for articles in book, bo …
1
vote
0answers
53 views
TEX-formula calculation [closed]
Possible Duplicate:
Is there a calculator with LaTeX-syntax?
How to calculate formula written in TEX-format (of course, I am speaking about formula in which all variables …
0
votes
4answers
47 views
Any XML based alternative of TEX?
When I started to know about TEX, I found it a descrptive language. I think that any XML based alternative would do the job better. And everybody would not have the hassle of learn …
0
votes
2answers
494 views
Latex minipage to align groups of text
I am trying to get two minipage sections to show up next to each other. They always show up one underneath the other currently below is an example of my .tex
Example:
\begin{min …
0
votes
1answer
40 views
How to implement MapThread with basic list mapping?
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] }
I'd like to implement this in TeX, which h …
0
votes
3answers
113 views
TeX Font Mapping
I am using a package written on top of XeLaTeX. This package uses fontspec to specify fonts for different parts of your text: latin, non-latin, math mode, ...
The package comes wi …
0
votes
1answer
96 views
LaTeX: disable or turn off hyperlinking for table of contents?
I want a table of contents, but I don't want each line to be a clickable hyperlink. How do I do this?
Details:
I am using the \anothertoc command from the shorttoc package to "im …
2
votes
1answer
122 views
LaTeX renderer for .NET?
I'm curious as to whether a native .NET renderer for TeX/LaTeX exists. So for in my search the closest I have been able to find is a Java implementation, JMathTeX. I am tempted to …
0
votes
4answers
255 views
Convert TEX files to PDF or DOCX?
I'm using Doxygen to build an API library from C# source code. Doxygen generates a library of TEX files.
My client has asked for a PDF version of this API library so I need to …
1
vote
3answers
130 views
Passing command-line arguments to LaTeX document
Sometimes, I define new commands such as the following.
\newcommand{\comment}[1]{\textbf{#1}}
%\necommand{\comment}[1]{\emph{#1}}
The above commands enable me to change the styl …
1
vote
2answers
754 views
How to Remove Footers of LaTeX Beamer Templates?
I am using the "beamerthemesplit" template of the Beamer LaTeX package. This templates includes the author's name and the title of the presentation in the footer of all pages. Is a …
2
votes
1answer
1k views
How can I combine cells in a row in a latex-table?
In a table I want to combine some of the columns, but not in all rows. How can I realize this with LaTeX?
