~latexila/ubuntu/precise/latexila/2.4.0

« back to all changes in this revision

Viewing changes to data/templates/C/report.xml

  • Committer: Daniel Holbach
  • Date: 2011-09-12 09:59:44 UTC
  • mfrom: (9.1.1 latexila)
  • Revision ID: daniel.holbach@canonical.com-20110912095944-cxapqlmwz1g9zp6b
Tags: 2.2.0-0ubuntu1
* New upstream release. (LP: #837392)
* Upstream ChangeLog:
 - Integration with GNOME Damned Lies (use ITS Tool, ...)
 - Structure: more robust, and more optimized
 - Latexmk post processor: extract Latexmk messages
 - BibTeX and MakeIndex: fix problems for writing *.blg or *.ind files
 - Some UI improvements
 - New CMake options: WITH_GNOME and COMPILE_SCHEMA
 - Open File: filter to show only .tex and .bib files
 - Translation updates: French, German and Spanish
 - Some other little improvements and bug fixes
* debian/control: Build-Depends:
 - valac is no longer needed (valac 0.12.x is not available on Oneiric).
 - itstool is now needed.
* debian/rules:
 - Removed -DBUILD_VALA=ON CMake flag: we can't translate Vala
    files with Vala 0.13.
 - Added -DWITH_GNOME=ON: Better integration with GNOME
    and gsettings-desktop-schemas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<template xmlns:its="http://www.w3.org/2005/11/its">
 
2
<chunk its:translate="no">
 
3
\documentclass[a4paper,11pt]{report}
 
4
\usepackage[T1]{fontenc}
 
5
\usepackage[utf8]{inputenc}
 
6
\usepackage{lmodern}
 
7
</chunk>
 
8
<chunk>
 
9
% babel package or equivalent
 
10
</chunk>
 
11
<chunk its:translate="no">
 
12
 
 
13
\title{}
 
14
\author{}
 
15
 
 
16
\begin{document}
 
17
 
 
18
\maketitle
 
19
\tableofcontents
 
20
 
 
21
\begin{abstract}
 
22
\end{abstract}
 
23
 
 
24
\chapter{}
 
25
 
 
26
\end{document}
 
27
</chunk>
 
28
</template>