From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24018 invoked from network); 26 Mar 2022 13:35:21 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 26 Mar 2022 13:35:21 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id a0928503 for ; Sat, 26 Mar 2022 08:35:19 -0500 (EST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id e9ed5dee for ; Sat, 26 Mar 2022 08:35:18 -0500 (EST) Received: by mail-pl1-f174.google.com with SMTP id j13so10879106plj.8 for ; Sat, 26 Mar 2022 06:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=dCaef8TZeysu6Bov6crfwWRi5gEdptpVCnujDE59vak=; b=idupUAbp5iD2pzMCxuxHiphXLrOmLgPDdXaaxXmCtJCSi7WmeOq3MVgGHKI+WNHjel pGpZqksgDaACYd+TP9A+VtkVoSYwhGQalOzl5I52ov07VyjxBqshXskm5x3eHrHuoboW IHVSV8h+aa5scquqx9lK6roSC6habe32NA9N/szum2mRR9a1Zr8ofEggMz9v72GUn2S3 SHhYHNqNaJwnuiqASrU5H1iS5v54BdTOwiz9X6C6yR7rnb8OL75GCAfPQ4v5eeZ2GcCL hCTgPeEHYyk6LHFFWoF9uwXDo8aJBnO/NJDX/qGCAV0Ud7wavB0eThBLRnyFWezYl9UQ TbQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=dCaef8TZeysu6Bov6crfwWRi5gEdptpVCnujDE59vak=; b=oFjgpV0NEKt3XA3r4GpSleAptFrHWuCmkIzmpHSw1CPPP0ATQowWWE7oSl1ug5KNo5 DBvRa8U0CTyU2n++J/8232jMdmkgpLagEycCiUxknWOSJVcmRpTDLyzet6t6w39hPGJC 88LfNtPmMVFyMac+X8FIBIVr8lQe4aoLn6U5GlSnrk8teYigDv7OQcGmBN0JH7lIJtTX 7qRtafvV5y29MHuA+DsJqWIB7+tYupkZObKoKaAT6K850fSZTKnEbt1X9+IvW8s+U4k+ OPs4HLu+b+GtxcIaz5I4pOWAOxCQBkA4+x/rHUDOn21YBzWQ7yPDSMYeSAfCiQNyxvf+ AhKQ== X-Gm-Message-State: AOAM533vSfWkene1EtYqGav/PdjN7VwsYCv0cynjhflCtpLUoJQnQtUz S6MEXTtl9HRous6JUFJ/fHRij2jAPVZNR+K5AOvgEja2 X-Google-Smtp-Source: ABdhPJyCMLcrcRPrfVp//FI5hHhi5iM3tWZPPEiLvCNb1VbXG3592DzK5JGipmdm//YYfLBqHZXTrAG1ZnrCTd3pyKw= X-Received: by 2002:a17:90b:357:b0:1c6:d666:b08 with SMTP id fh23-20020a17090b035700b001c6d6660b08mr30704979pjb.27.1648301716434; Sat, 26 Mar 2022 06:35:16 -0700 (PDT) X-Mailinglist: mandoc-discuss Reply-To: discuss@mandoc.bsd.lv MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Mario_Bl=C3=A4ttermann?= Date: Sat, 26 Mar 2022 14:35:04 +0100 Message-ID: Subject: Re: HTML output: section headers with diacritics not in table of contents To: discuss@mandoc.bsd.lv Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Ingo, Am Sa., 26. M=C3=A4rz 2022 um 13:34 Uhr schrieb Ingo Schwarze : > > Hi Mario, > > Mario Bl=C3=A4ttermann wrote on Fri, Mar 25, 2022 at 05:07:13PM +0100: > > Am Fr., 25. M=C3=A4rz 2022 um 13:27 Uhr schrieb Ingo Schwarze : > >> Mario Bl=C3=A4ttermann wrote on Thu, Mar 24, 2022 at 06:13:23PM +0100: > > >>> recently I'm switched from GNU man-db to mandoc. It's really a big > >>> step ahead, especially regarding the creation of HTML pages, but it > >>> has its own peculiarities =E2=80=A6 > >>> > >>> For creating a HTML man page I use the following command: > >>> > >>> mandoc -T html -O toc ./manpage.1 > manpage.1.html > > >> You should really use the -O style=3D... and -O man=3D... options in > >> addition to the options you are already using. Without "style", > >> CSS support is next to absent; no real style sheet is linked to, > >> and only a minimal style sheet is embedded with