home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / insetloa.C < prev    next >
C/C++ Source or Header  |  1998-04-23  |  729b  |  32 lines

  1. // -*- C++ -*-
  2. /* This file is part of*
  3.  * ======================================================
  4.  *
  5.  *           LyX, The Document Processor
  6.  *      
  7.  *        Copyright (C) 1995 Matthias Ettrich
  8.  *          Copyright (C) 1996-1998 The LyX Team.
  9.  * 
  10.  *======================================================*/
  11.  
  12. // Created by Bernhard 970908
  13.  
  14. #include <config.h>
  15.  
  16.  
  17. #ifdef __GNUG__
  18. #pragma implementation "insetloa.h"
  19. #pragma implementation "insettoc.h"
  20. #pragma implementation "insetlof.h"
  21. #pragma implementation "insetlot.h"
  22. #endif
  23.  
  24. #include "LaTeXFeatures.h"
  25. #include "insetloa.h"
  26. #include "insettoc.h"
  27. #include "insetlof.h"
  28. #include "insetlot.h"
  29.  
  30. void InsetLOA::Validate(LaTeXFeatures &features) const 
  31. { features.algorithm = true; }
  32.