Patrick Greenwood wrote:
What I meant to say is I wanted the block "State of Wisconsin County of
Milwaukee" to left-align flush with the left margin of the document.
Uwe Stoehr delivered this solution which is exactly what I needed. It uses
negative space to solve the problem.
instead of -3pt use -0.5\arraycolsep, the it is independent
from documentclass settings.
it is also possible to do it without math ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{bigdelim}
\usepackage{multirow}
\end_preamble
\options fleqn
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 12
\spacing single
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 4
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle empty
\bullet 1
1
34
-1
\end_bullet
\bullet 2
2
35
-1
\end_bullet
\bullet 3
2
7
-1
\end_bullet
\layout Standard
Blah Blah Blah ....blah.
\layout Standard
I used -0.5
\backslash
tabcolsep
\layout Standard
\begin_inset Formula $\hspace{-.5\arraycolsep}\left.\begin{aligned} &
\textrm{Milwaukee}\\
& \textrm{Wisconsin}\end{aligned}
\right\} \textrm{ss}$
\end_inset
\layout Standard
Before me, this day, came Joe Doaks....
\layout Standard
Another solution with a tabular
\layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="2" columns="2">
<features>
<column alignment="center" valignment="top" width="0" special="@[EMAIL
PROTECTED]">
<column alignment="center" valignment="top" width="0">
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true"
usebox="none">
\begin_inset Text
\layout Standard
Milwaukee
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true"
rightline="true" usebox="none">
\begin_inset Text
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
rdelim
\backslash
}{2}{3cm}[
\end_inset
some text here
\begin_inset ERT
status Collapsed
\layout Standard
]
\end_inset
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true"
usebox="none">
\begin_inset Text
\layout Standard
Wisconsin
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true"
rightline="true" usebox="none">
\begin_inset Text
\layout Standard
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\the_end