New answers tagged svg
5
There are several possibilities:
Table
\documentclass{standalone}
\begin{document}
\begin{tabular}{@{}l@{}}
line 1\\
line 2
\end{tabular}
\end{document}
Remarks:
A tabular adds \struts in the rows, that might cause small white margins.
Class standalone only uses the character bounding boxes and does not know about the bounding boxes of the ...
2
\documentclass[preview,multi]{standalone}
\begin{document}
\preview
line 1
\endpreview
\preview
line 2
\endpreview
\end{document}
6
Since Inkscape can load PDF files, first render only the bibliography exactly as you want with pdflatex (without number of page, headers, etc).
Then simply load the generated file to Inkscape. Group (Ctrl-G) all the text elements to maintain the format, copy the new object and paste in your poster.
Note that you can check an option to convert fonts ...
1
From Adobe site:
The moral to this story is that PDF can be used as a replacement file format for EPS, and that PDF can be used as a delivery format for sending complete publications to press. (http://www.adobe.com/print/features/psvspdf/)
So, if you can create the pdf version of yours eps from the original source will better you do it and only work ...
5
Using the Tikz package, I wrote this up for a paper. It gives the classification of the compact Hermitian symmetric spaces, in terms of marked Dynkin diagrams.
\documentclass{standalone}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{array}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\newcommand{\C}[1]{\mathbb{C}^{#1}}
...
3
A quick solution, with pictures changed:
\documentclass{article}
\usepackage[draft]{graphicx}
\usepackage{url}
\begin{document}
\noindent \begin{tabular}{l l l}
CUSTOMER: & \includegraphics[width=6cm,height=1.5cm,keepaspectratio]{at} & Date: \\%{% now "SHORT_DATE_FORMAT" %}\\
& {\url{ qb_full_name|upper }} ...
Top 50 recent answers are included

