سلام
من قالب پوستر کنفرانس آمار رو در توزیع miktex2.8 اجرا می کنم بدون اینکه اصلا تغییری در آن ایجاد کنم اما background را خیلی پررنگ نشون میده و نوشته ها معلوم نمیشه؟ دلیلش از توزیع هست؟ در ضمن اگه نوشته ها رو هم تغییر بدم اصلا تغییری ایجاد نمیکنه!
فایل پیوست قالب پوستر و خطایی هست که میده.
نمیشد قالب پوستر را کامل بذارم این آدرس سایت: http://isc13.uk.ac.ir/index.php?sid=1&slc_lang=fa&logoutmod=1
بخشی از کدهای قالب پوستر:
\documentclass[a0,12pt,portrait]{a0poster}
\makeatother
\usepackage{multicol} % This is so we can have multiple columns of text side-by-side
\columnsep=100pt % This is the amount of white space between the columns in the poster
%\columnseprule=2.75pt % This is the thickness of the black line between the columns in the poster
\usepackage[svgnames]{xcolor} % Specify colors by their 'svgnames', for a full list of all colors available see here: http://www.latextemplates.com/svgnames-colors
\usepackage{times} % Use the times font
%\usepackage{palatino} % Uncomment to use the Palatino font
%\usepackage{subfig}
\usepackage{graphicx} % Required for including images
\graphicspath{{figures/}} % Location of the graphics files
\usepackage{booktabs} % Top and bottom rules for table
\usepackage[font=small,labelfont=bf]{caption} % Required for specifying captions to tables and figures
\usepackage{amsfonts, amsmath, amsthm, amssymb} % For math fonts, symbols and environments
\usepackage{color,xcolor}
\usepackage[all]{xy}
%\usepackage[margin=1in]{geometry}
%\usepackage[top=20mm, bottom=12mm, left=20mm, right=20mm]{geometry}
\usepackage[top=20mm, bottom=5mm, left=35mm, right=20mm]{geometry}
\usepackage{wrapfig} % Allows wrapping text around tables and figures
\usepackage[pages=some]{background}
\backgroundsetup{
scale=1,
color=green,
opacity=0.18,
angle=0,
contents={%
\centering \includegraphics[width=\paperwidth,height=\paperheight]{poster2}
}%
}
\usepackage{xepersian}
%\settextfont[Scale=.8]{Yas}
%\setdigitfont[Scale=.7]{Yas}
\settextfont[BoldFont={YasBd.ttf},ItalicFont={YasIt.ttf},BoldItalicFont={YasBdIt.ttf}]{YasBd.ttf}
\setdigitfont{Yas.ttf}
\newtheorem{theorem}{قضیه}[section]
\newtheorem{lemma}[theorem]{لم}
\newtheorem{proposition}[theorem]{گزاره}
\newtheorem{corollary}[theorem]{نتیجه}
\newtheorem{definition}[theorem]{تعریف}
\newtheorem{remark}[theorem]{توجه}
\newtheorem{note}[theorem]{نکته}
\newtheorem{example}[theorem]{مثال}
\renewcommand\proofname{برهان}
\numberwithin{equation}{section}
%***************************************
%-----------------------------------------------------------
\newcommand{\Q}{\mathbb{Q}} % for rational number
\newcommand{\R}{\mathbb{R}} % for Real numbers
\newcommand{\Z}{\mathbb{Z}} % for Integer number
\newcommand{\nls}{\textbf{n}ls}