csl-clio/Macros/LibreOffice/ApresZotero/ApZotGlobalOptions.xba
2021-02-19 23:53:23 +01:00

41 lines
2.3 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="ApZotGlobalOptions" script:language="StarBasic" script:moduleType="normal">REM ***** BASIC *****
'************************************************************************
'* Copyright 2021 by Bastien Dumont (bastien.dumont@posteo.net)
'*
'* This file is part of the ApresZotero library.
'*
'* ApresZotero is free software: you can redistribute it and/or modify
'* it under the terms of the GNU General Public License as published by
'* the Free Software Foundation, either version 3 of the License, or
'* (at your option) any later version.
'*
'* ApresZotero is distributed in the hope that it will be useful,
'* but WITHOUT ANY WARRANTY; without even the implied warranty of
'* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
'* GNU General Public License for more details.
'*
'* You should have received a copy of the GNU General Public License
'* along with ApresZotero. If not, see &lt;https://www.gnu.org/licenses/&gt;.
'*
'************************************************************************
Public Const nExponentCharSizePercentage As Integer = 33
Public Const nExponentCharHeightPercentage As Integer = 58
Public Const nBigZoomFactor As Integer = 350
Public Const nMaxArray As Integer = 1002
Public Const sSeparatorForListOfAbbreviations As String = &quot;|&quot;
Public Const sReplacementSeparatorForListOfAbbreviations As String = &quot; : &quot;
Public Const sAbbrevRefSeparator As String = &quot; : &quot;
Public Const sAbbrevRefSuffix As String = &quot;.&quot;
Public Const sFirstCitationPrefix As String = &quot;, cité n. &quot;
Public Const nDefaultCharHeight As Integer = 12
Public Const sGreekTextRegex As String = &quot;[ΑΖΕΡΤΨΥΙΟΠΘΣΔΦΓΗϞΚΛΜΩΞΧϐΒΝαζερτψυιοπθσδφγηϟκλμωξχϐβνϡϠ]*[αζερτψυιοπθσδφγηϟκλμωξχϐβνϡϠ] ?[,;:!.·]?&quot;
Public Const GreekFont As String = &quot;IFAO-Grec Unicode&quot;
Public Const sBibliographyStyleName As String = &quot;Bibliography 1&quot;
Public Const sRectoVersoRegex As String = &quot;[0-9]+[rv](-v)?&quot;
Public Const sNumberOrIssueRegex As String = &quot; nos? &quot; &apos; last character is a non-breakable space
</script:module>