Ajout B3 - Bourrugues

This commit is contained in:
Alex38Lyon
2024-11-26 16:07:52 +01:00
parent 36a6ca4146
commit 065bb2f2f7
167 changed files with 33018 additions and 244 deletions
@@ -0,0 +1,52 @@
encoding utf-8
# Copyright (C) ARSIP 2024 https://www.arsip.fr/
# Auteur : Alexandre Pont <alexandre.pont***@***yahoo.fr>
# Fichiers / Organisation dossiers, d'après Xavier Robert
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
# <http://creativecommons.org/licenses/by-nc-nd/4.0/>
layout Entrances_coords_CDa
# Layout where we define the different variables that contain the text with
# the entrance coordinates we want to print in the header.
# We need one variable per entrance.
# This layout is called by the layout Coords_Header below
code tex-map
\def\thjunk{ }
\def\thlocationCDa{UTM30 WGS84 X : 679.298 Y : 4758.093 Alt. : 1 644 m}
endcode
endlayout
layout Coords_Header_CDa
# Layout that set the presentation for the entrance coordinates.
copy Entrances_coords_CDa
# it calls the layout above Entrances_coords where we defined the different
# variables that contain the text with
# the entrance coordinates we want to print in the header.
code tex-map
\def\nostring{}
\def\thsizexl{}
\def\thsizel{}
\def\thsizem{}
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
\ECoordinates={
%\edef\tmp{\thjunk} \ifx\tmp\empty \else
%{\size[\thsizem] \ss\thjunk\vss}
%\fi
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
{\size[\thsizem]\hskip0cm \ss\thlocationCDa\vss} % The first one should be without hskip
\fi
}
endcode
endlayout