I have a problem with AVM package in beamer class.... the purpose is to create a poster and I want to do the attribute value matrix... the problem the matrix does not look as the one I want....
any help appreciated..
Code: Select all
Code, edit and compile here:
\documentclass[final]{beamer}\usepackage[scale=1.24]{beamerposter}\usepackage{graphicx}\usepackage{psfrag}\usepackage{color}\usepackage{pst-grad}\usepackage{latexsym}\usepackage{calc}\newsavebox{\dummybox}\newsavebox{\postercolumns}\newcommand{\bb}[1]{\mathbb{#1}}\newcommand{\cl}[1]{\mathcal{#1}}\newcommand{\fA}{\mathfrak{A}}\newcommand{\fB}{\mathfrak{B}}\newcommand{\Tr}{{\rm Tr}}\newtheorem{thm}{Theorem}%%%%%%%%%%%%the following commands for Atribute Value Matrix LFG\usepackage{avm}\avmfont{\sc}\avmoptions{sorted,active}\avmvalfont{\rm}\avmsortfont{\scriptsize\it}%%%%%%%%%%%%%%%% end of the ATM command\usepackage{tikz}\tikzstyle{every picture}+=[remember picture]\usetikzlibrary{shapes,arrows}\tikzstyle{decision} = [diamond, draw, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]\tikzstyle{block}=[draw opacity=0.7,line width=1.4cm]\usetikzlibrary{positioning}
Code: Select all
Code, edit and compile here:
\begin{avm}$[${}\{ Conj~ ~AND \\ $f_{2}$[{} pred & `play< \textsc{subj}, \textsc{obj}>' \\tense & \textsc{pres} \\subj & $f_{4}$[{} pred & `\textsc{ali}'] \\obj & [{} pred & `\textsc{football}'] ]\}]\end{avm}
how I can make this bbracket [ to become large in this attribute value matrix...
BTW. this attribue value matrix is working well with a normal tex file with documentclass{article} but with this poster template it does not work well
any help?