[help-texinfo] @insertcopying in html

2019-02-23 Thread Hilaire Fernandes
Hi,

For a reason I don't understand, the @insertcopying in this attached
document has no effect in html output (both makeinfo and texi2any).

Any idea?

Thanks

Hilaire

-- 
GNU Dr. Geo
http://drgeo.eu

\input texinfo @c -*-texinfo-*-
@c %**start of header
@settitle GNU Dr. Geo manuel utilisateur
@set drgeoVersion 19.03
@setfilename drgeo.info
@include ../drgeoMacro.texinfo
@documentlanguage fr
@documentencoding UTF-8
@c @afourlatex
@smallbook
@c %**end of header

@copying
Ce manuel est pour GNU Dr.Geo (version @value{drgeoVersion}), un
environnement de géométrie interactive et de programmation.

Copyright @copyright{} 2002, 2003, 2004, 2005, 2009, 2010, 2011, 2012,
2015, 2016, 2017, 2019 Hilaire Fernandes

@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts.  A copy of the license is included in the section entitled
``GNU Free Documentation License''.
@end quotation
@end copying


@titlepage
@title Dr. Geo, soit un géomètre 
@subtitle L'environnement GNU de géométrie interactive, version @value{drgeoVersion}
@author Hilaire Fernandes (@email{hilaire@@drgeo.eu})
@page
@vskip 0pt plus 1filll
@insertcopying
@*

Merci aux relecteurs de ce manuel : François Audirac, Odile Benassy,
Gérard Blanchet, Christophe Gragnic, Marc Leygnac, Yves Ouvrard,
Thierry Pasquier, Jean Peyratout, Guy Veyssière.
@end titlepage


@shortcontents
@contents

@node Top

@ifnottex
@top @drgeo
Guide utilisateur @drgeo (version @value{drgeoVersion})
@c @insertcopying
@end ifnottex 

@menu
* Introduction::Qu'est-ce que Dr. Geo ?
* Fonctions de base::   Description des outils utilisés pour construire une figure
* Fichiers et documents::   Enregistrer les documents Dr. Geo
* Fonctionnalités avancées::Aller plus loin avec les fonctions avancées de Dr. Geo
* Macro-construction::  Apprendre à Dr. Geo des constructions   
* Script Smalltalk::Insérer du code dans une figure
* Figure Smalltalk::Décrire une figure par du code
* Applications didactiques::Utiliser des scripts et des figures programmées pour des applications didactiques
* Astuces diverses::Découvrir l'environnement de programmation
* GNU Free Documentation License::
* Index::
@end menu

@c==
@c:INTRODUCTION
@include Introduction/introduction.texinfo
@c==
@c:PART1 -- Getting Started
@part Partie I @*Pour bien démarrer
@c:Basic
@include BasicFunctionalities/basic.texinfo
@c:Files and Documents
@include FilesAndDocuments/files.texinfo
@c==
@c:PART 2 -- Advanced functionalities
@c:Intro
@part Partie II @*Fonctionnalités avancées
@include AdvancedFunctionalities/advanced.texinfo
@c:Macro construction
@include MacroConstruction/macro.texinfo
@c:Smalltalk Script
@include SmalltalkScript/SmalltalkScript.texinfo
@c:Smalltalk figure
@include SmalltalkFigure/SmalltalkFigure.texinfo
@c==
@c:PART3 -- Application
@part Partie III @*Applications
@c:Didactic examples
@include DidacticExamples/didactics.texinfo
@c:Various Tips
@include VariousTips/tips.texinfo
@c==
@c:END OF THE BOOK

@include ../fdl.texinfo

@node Index
@unnumbered Index conceptuel
@printindex cp
@unnumbered Index des méthodes
@printindex fn

@bye


Re: [help-texinfo] @insertcopying in html

2019-02-24 Thread Gavin Smith
On 2/23/19, Hilaire Fernandes  wrote:
> For a reason I don't understand, the @insertcopying in this attached
> document has no effect in html output (both makeinfo and texi2any).
>
> Any idea?

I had to delete most of the file you sent to convert it to HTML as the
@include files were all missing, but the copying text appeared when I
uncommented it ("@c @insertcopying" to "@insertcopying").



Re: [help-texinfo] @insertcopying in html

2019-02-24 Thread Hilaire Fernandes
Ah, not this @insertcopying after the comment, but the one just a few
lines bellow the @titlepage.

Or is @titlepage not suited for html output? I did not read such
limitation however.

Le 24/02/2019 à 19:38, Gavin Smith a écrit :
> I had to delete most of the file you sent to convert it to HTML as the
> @include files were all missing, but the copying text appeared when I
> uncommented it ("@c @insertcopying" to "@insertcopying").

-- 
GNU Dr. Geo
http://drgeo.eu



Re: [help-texinfo] @insertcopying in html

2019-02-26 Thread Gavin Smith
On Sun, Feb 24, 2019 at 09:10:24PM +0100, Hilaire Fernandes wrote:
> Or is @titlepage not suited for html output? I did not read such
> limitation however.

I do not believe that the contents of @titlepage is output in the HTML 
output.



Re: [help-texinfo] @insertcopying in html

2019-02-27 Thread Patrice Dumas
On Sun, Feb 24, 2019 at 09:10:24PM +0100, Hilaire Fernandes wrote:
> Ah, not this @insertcopying after the comment, but the one just a few
> lines bellow the @titlepage.
> 
> Or is @titlepage not suited for html output? I did not read such
> limitation however.

If you want the @titlepage to be output in HTML you should set 
USE_TITLEPAGE_FOR_TITLE, like
 texi2any -c USE_TITLEPAGE_FOR_TITLE=1

-- 
Pat



Re: [help-texinfo] @insertcopying in html

2019-02-27 Thread Hilaire Fernandes
Thanks for the tips

Hilaire

Le 27/02/2019 à 10:42, Patrice Dumas a écrit :
>> Ah, not this @insertcopying after the comment, but the one just a few
>> lines bellow the @titlepage.
>>
>> Or is @titlepage not suited for html output? I did not read such
>> limitation however.
> If you want the @titlepage to be output in HTML you should set 
> USE_TITLEPAGE_FOR_TITLE, like
>  texi2any -c USE_TITLEPAGE_FOR_TITLE=1

-- 
GNU Dr. Geo
http://drgeo.eu