source: branches/bibliolocean/src/define_phybiocar_theme.sh @ 226

Last change on this file since 226 was 214, checked in by pinsard, 12 years ago

prepare usage by other than fp

  • Property svn:executable set to *
  • Property svn:keywords set to Id URL
File size: 1.3 KB
Line 
1#! /bin/sh -x
2#+
3#
4# =========================
5# define_phybiocar_theme.sh
6# =========================
7#
8# SYNOPSIS
9# ========
10#
11# ::
12#
13#   . define_phybiocar_theme
14#
15# DESCRIPTION
16# ===========
17#
18# define phybiocar themes for :
19# - search in bibtex file (in phybiocartheme field)
20# - give a element of HTML filename (no diacritical and no punctation)
21#
22# TODO
23# ====
24#
25# subscript CO2 for title
26#
27# EVOLUTIONS
28# ==========
29#
30# - fplod 20120628
31#
32#   * creation according to docbilan_0.docx provided by Laurence Eymard today
33#     and handwritted notes from Marina Levy beginning june
34#
35#-
36set -u
37iphybiocartheme=1
38list_phybiocartheme_bibtool[${iphybiocartheme}]="1"
39list_phybiocartheme_title[${iphybiocartheme}]="Processus de méso et submesoéchelle"
40list_phybiocartheme_file[${iphybiocartheme}]="processus"
41iphybiocartheme=$(( ${iphybiocartheme} + 1))
42list_phybiocartheme_bibtool[${iphybiocartheme}]="2"
43list_phybiocartheme_title[${iphybiocartheme}]="Ecosystèmes"
44list_phybiocartheme_file[${iphybiocartheme}]="ecosystemes"
45iphybiocartheme=$(( ${iphybiocartheme} + 1))
46list_phybiocartheme_bibtool[${iphybiocartheme}]="3"
47list_phybiocartheme_title[${iphybiocartheme}]="CO2"
48list_phybiocartheme_file[${iphybiocartheme}]="co2"
49export list_phybiocartheme_bibtool
50export list_phybiocartheme_title
51export list_phybiocartheme_file
52unset iphybiocartheme
Note: See TracBrowser for help on using the repository browser.