Changeset 425f19af for pst/typesetting


Ignore:
Timestamp:
02/25/2019 01:21:45 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
283147d
Parents:
3fa8b835
Message:

Merge to HEAD 21241.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21243 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
pst/typesetting
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r3fa8b835 r425f19af  
    3636    </para>
    3737
    38     &lfs83_checked;
     38    &lfs84_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105  <sect2 role="installation">
    106106    <title>Installation of asymptote</title>
     107
     108    <para>
     109      First, issue the following command to fix building with <xref
     110      linkend="gc"/>:
     111    </para>
     112
     113    <screen><userinput>cat &gt;&gt; main.cc &lt;&lt; EOF
     114
     115#ifdef USEGC
     116GC_API void GC_CALL GC_throw_bad_alloc() {
     117  std::bad_alloc();
     118}
     119#endif
     120EOF</userinput></screen>
    107121
    108122    <para>
  • pst/typesetting/biber.xml

    r3fa8b835 r425f19af  
    4141    <application>Perl</application>, with full Unicode support.</para>
    4242
    43     &lfs83_checked;
     43    &lfs84_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/xindy.xml

    r3fa8b835 r425f19af  
    3939    </para>
    4040
    41     &lfs83_checked;
     41    &lfs84_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.