# pdf2htmlEX manifest
# Copyright (C) 2012,2013 Lu Wang
#
# Syntax
# The first char of each line is the command
# Empty lines are ignored
#
# # - comment
# @ - embed or link to a file from data dir, depending on the values of --embed-*** options
# $ - special use for pdf2htmlEX
#
# Special
# If a line contains """ only, all text until next """ will be included
#############
# Declaration - Do not modify
"""
"""
#############
# Styles
# base CSS styles - Do not modify
@base.css
# fancy CSS styles - Optional
@fancy.css
# PDF specific CSS styles - Do not modify
$css
#############
# UI stuffs, optional
# jQuery, required by pdf2htmlEX.js
# By default a local copy is embedded or linked to.
#
# You can also link to a static file from your server or a CDN such that
# - the size of output HTML is reduced
# - users can be benefited from the static URL (e.g. caching)
# Example:
#
@jquery-1.9.1.min.js
# entry point of pdf2htmlEX.Viewer
# You can override default configuration by passing an object to the constructor of Viewer
# Refer to DEFAULT_CONFIG in viewer.js for possible keys
# E.g.
# new pdf2htmlEX.Viewer({ 'preload_pages' : 1 });
@pdf2htmlEX.min.js
"""
"""
#############
# Do not modify
"""
"""
#############
# The sidebar
# By default this is hidden, pdf2htmlEX.js will add the 'opened' class if it is not empty
# You can add a class 'opened' here if you want it always opened or you don't use pdf2htmlEX.js
# e.g.
#