| /******************************************************************************* |
| * Copyright (c) 2013 Carsten Hiesserich and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Carsten Hiesserich - initial API and implementation |
| *******************************************************************************/ |
| |
| book,part,article,chapter,toc,preface,appendix { |
| _vex-outline-content: titleabbrev, title; |
| } |
| |
| section,sect1,sect2,sect3,sect4,sect5,simplesect { |
| _vex-outline-content: titleabbrev, title; |
| } |
| |
| example,info { |
| _vex-outline-content: titleabbrev, title; |
| } |
| |
| orderedlist,itemizedlist { |
| _vex-outline-content: titleabbrev, title; |
| } |
| |
| imagedata,textdata { |
| _vex-outline-content: attr(fileref),info,none; |
| } |
| |
| table { |
| _vex-outline-content: title,caption,none; |
| } |