格式和要点

格式和要点

抱歉,这个问题可能比较基础。我使用模板制作了一张海报,并在各个区块内创建了项目符号列表。在其中一个区块内,项目符号位于区块本身之外,而在所有其他区块中,项目符号都在区块内部。

我和 writelatex 的一名员工仔细查看了代码,但不幸的是,我们俩都无法找出问题所在。代码与其他任何块似乎没有任何区别。

这是代码;

\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}

\usepackage[orientation=portrait,size=a0,scale=1.4]{beamerposter} % Use the beamerposter package for laying out the poster with a portrait orientation and an a0 paper size

\usetheme{I6pd2} % Use the I6pd2 theme supplied with this template

\usepackage[english]{babel} % English language/hyphenation

\usepackage{amsmath,amsthm,amssymb,latexsym} % For including math equations, theorems, symbols, etc

%\usepackage{times}\usefonttheme{professionalfonts}  % Uncomment to use Times as the main font
%\usefonttheme[onlymath]{serif} % Uncomment to use a Serif font within math environments

\boldmath % Use bold for everything within the math environment

\usepackage{booktabs} % Top and bottom rules for tables

\graphicspath{{figures/}} % Location of the graphics files

\usecaptiontemplate{\small\structure{\insertcaptionname~\insertcaptionnumber: }\insertcaption} % A fix for figure numbering

%----------------------------------------------------------------------------------------
%   TITLE SECTION 
%----------------------------------------------------------------------------------------

\title{\huge Student Attitudes and the Value of Foundation Degree Police Pre-Join Routes: An Investigation} % Poster title

\author{\textbf{Sean Butcher and Stuart Norton}} % Author(s)

\institute{Institute of Professional Policing

\textit{Buckinghamshire New University}} % Institution(s)

%----------------------------------------------------------------------------------------
%   FOOTER TEXT
%----------------------------------------------------------------------------------------

\newcommand{\leftfoot}{POLCON 5, Teeside University} % Left footer text

\newcommand{\rightfoot}{September 2014} % Right footer text

%----------------------------------------------------------------------------------------

\begin{document}

\addtobeamertemplate{block end}{}{\vspace*{2ex}} % White space under blocks

\begin{frame}[t] % The whole poster is enclosed in one beamer frame

\begin{columns}[t] % The whole poster consists of two major columns, each of which can be subdivided further with another \begin{columns} block - the [t] argument aligns each column's content to the top

\begin{column}{.02\textwidth}\end{column} % Empty spacer column

\begin{column}{.465\textwidth} % The first column

%----------------------------------------------------------------------------------------
%   INTRODUCTION
%----------------------------------------------------------------------------------------

\begin{block}{Introduction}

\begin{itemize}
\item The manifestation of a broad and significant police reform agenda (see Home Office, 2010) has both directly and indirectly presented opportunity for police organisations and education providers to define and design supplementary and additional routes in training and entry into the police service. One example of the recent diversification of pre-entry programmes is the development of the FdA Policing programme at Bucks New University, which has been designed in partnership with Thames Valley Police (TVP) to serve as a form of pre-entry into the service.
\item This poster presents the aims and initial findings of an associated project, designed as an exploratory and descriptive analysis of the candidate response to the programme. Specifically, the poster presents selected findings from a monitoring and mapping exercise of a specific candidate cohort.
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------
%   REFERENCES
%----------------------------------------------------------------------------------------

\begin{block}{References}

\begin{itemize}
\item Home Office (2010) \textit{Policing in the 21st Century: Reconnecting Police and the People}. London: HMSO.
\item Neyroud, P. (2011) \textit{Review of Police Leadership and Training: Volume One}. London: Home Office.
\item Punch, M. (2007) 'Cops with Honours: University Education and Police Culture', in O'Neill, M. Marks, M. Singh, A.M. (eds.) \textit{Police Occupational Culture}. Amsterdam: Elsveier.
\item Reiner, R. (2010) \textit{The Politics of the Police} (4th edn). Oxford: OUP.
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------

\end{column} % End of the second column

\begin{column}{.015\textwidth}\end{column} % Empty spacer column

\end{columns} % End of all the columns in the poster

\end{frame} % End of the enclosing frame

\end{document}

相关内容