mirror of https://github.com/CGAL/cgal
remove Manual package that I forgot to remove with the doc_tex
This commit is contained in:
parent
a5ad82916b
commit
300ace2ad8
|
|
@ -1,13 +0,0 @@
|
|||
========================================================================
|
||||
Installation of the Manual package
|
||||
========================================================================
|
||||
|
||||
In order to be able to create CGAL's manuals you need to do the following:
|
||||
|
||||
(1) install the manual conversion tools (available as package Manual_tools
|
||||
on the SVN server or from http://www.cgal.org/Members/Manual_tools)
|
||||
|
||||
(2) make the cgal_manual script in 'developer_scripts/' accessible via
|
||||
the standard execution path.
|
||||
|
||||
Follow the directions in the Developers Manual to create a manual.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
========================================================================
|
||||
Contents of the directory
|
||||
========================================================================
|
||||
|
||||
This directory contains:
|
||||
README -- this file
|
||||
INSTALL -- directions for how to INSTALL this package in order
|
||||
to create the manuals and run the tests
|
||||
|
||||
doc_tex/ -- directory containing the main tex files for the
|
||||
manuals (the "driver"), i.e., those files not
|
||||
submitted with packages but needed to create the manual.
|
||||
developer_scripts/
|
||||
-- directory of scripts used for creating the manual
|
||||
|
||||
|
||||
========================================================================
|
||||
92
Manual/TO_DO
92
Manual/TO_DO
|
|
@ -1,92 +0,0 @@
|
|||
Manual/TO_DO
|
||||
==================
|
||||
|
||||
-- Bug Fixes
|
||||
-- Feature Requests
|
||||
-- Projects
|
||||
|
||||
|
||||
Bug Fixes
|
||||
============================================================================
|
||||
|
||||
-- MAN: Remove the explicit \ccRefPageBegin/End's from my manual pages
|
||||
since they are automatically called in the refPage environment [small]
|
||||
|
||||
|
||||
Feature Requests
|
||||
============================================================================
|
||||
|
||||
-- DOC: Add to Chapter 2 of Developers Manual a section on the way how
|
||||
to build the manuals manually, i.e., without the use of cgal_manual.
|
||||
It would a commented version of the output one gets from
|
||||
cgal_manual -cmdlog.
|
||||
|
||||
-- DOC: Add to Chapter 2 of Developers Manual a section on how to handle
|
||||
chapters in CGAL Manuals that are assembled from several CGAL packages.
|
||||
The problem is the question, whether a package author can test
|
||||
his/her package alone. There are some examples in the curren cgal_manual,
|
||||
Handle, and STL_Extensions.
|
||||
|
||||
-- All: Packages can be assembled into different manuals, i.e., cross
|
||||
references to other packages might exist or not. In principle, one
|
||||
could use the multi-pass assembly of packages in the current way how
|
||||
CGAL manuals are built to declare the exisiting packages first and then
|
||||
include them, such that packages can check for the existence of other
|
||||
packages. Some help can be provided with additional macros.
|
||||
|
||||
-- TeX: Change page numbers of printed manual to <Part-Num>-<Chapter-Num>
|
||||
+ page per chapter. It simplifies packaging of individual manuals.
|
||||
Try just to redefine \thepage. It might not work as smooth as expected
|
||||
with the indexing and would turn thus into a project, not a feature
|
||||
request. Seek consensus on cgal-develop/cgal-editor for such change.
|
||||
|
||||
-- TeX, HTML: header/footer are not respected yet. The printed manuals
|
||||
have no footer like the HTML manuals yet. Can be added to the wrapper
|
||||
file embodied into cgal_manual.
|
||||
|
||||
-- SRC: Add -v flag to cgal_manual to print commands executed
|
||||
(helps in doing it later by hand)
|
||||
|
||||
-- SRC: Add -debug flag to cgal_manual that prevent temp file from
|
||||
being deleted (debug index)
|
||||
|
||||
-- CHECK: Look into Naming conventions. e.g., "User Manual" of the OpenGL books
|
||||
|
||||
-- TeX: generate a PostScript and PDF manuals for single sided printers,
|
||||
i.e., which do not distinguish between left and right pages. Things
|
||||
to check: alignment with paper boundaries, header and footer, and
|
||||
the "Class", "Concept", etc., tabs should all be on the right side.
|
||||
Suggestion: make this an option of cgal_manual, but the default
|
||||
remains double sided, since almost all users will have double sided
|
||||
printers these days. We also have to figure out whether we want to
|
||||
support all combinations of A4 and letter size paper with single or
|
||||
double sided printing on the download page, or if this is an option
|
||||
for Andreas GeometryFactory only to offer cumstomized manuals for
|
||||
his customers.
|
||||
|
||||
-- DOC: Remove Use of STL manual
|
||||
|
||||
-- SRC: Would it be possible to replace the requirement that the Manual/
|
||||
directory is placed side by side with the package we want to build the
|
||||
doc, by an environment variable (which could default to "../..") ?
|
||||
(name it CGAL_MANUAL_DIR, define it to end with .../Manual/ )
|
||||
|
||||
|
||||
Projects
|
||||
============================================================================
|
||||
|
||||
-- CHECK: Check what to do with Tutorial/doc_tex, needs reorganization
|
||||
to be intergrated into the automatic manual test build. The tutorials
|
||||
should be build and tested as all other manuals too.
|
||||
|
||||
-- SRC: either adapt cgal_manual, or create a new script that works on the
|
||||
latest test suite result, and builds a release candidate of the manuals,
|
||||
in particular, repackages the files into their proper subdirectories
|
||||
before tar'ing. (Check the current release for file organization.)
|
||||
|
||||
-- SRC: How to support US letter paper at the same time as A4 in PS and PDF?
|
||||
|
||||
-- CHECK: alternative for creating PDF (some options seem to be missing for
|
||||
good font support though, -ups, -Ppdf???)
|
||||
???: dvips -t letter -o pdf_wrapper.ps pdf_wrapper
|
||||
???: ps2pdf pdf_wrapper.ps
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,23 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<link rel="shortcut icon" href="../cgal.ico">
|
||||
<TITLE>CGAL - Computational Geometry Algorithms Library</TITLE>
|
||||
<LINK REL=stylesheet TYPE="text/css" HREF="../cgal.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h2>CGAL Manual</h2>
|
||||
|
||||
<p>
|
||||
You can download the manual as <em>tarball</em>
|
||||
from the <a href="https://gforge.inria.fr/frs/?group_id=52">
|
||||
CGAL Download Page</a>, or with the <em>Windows Installer</em>.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<link rel="shortcut icon" href="../cgal.ico">
|
||||
<TITLE>CGAL - Computational Geometry Algorithms Library</TITLE>
|
||||
<LINK REL=stylesheet TYPE="text/css" HREF="../cgal.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h2>CGAL Manual</h2>
|
||||
|
||||
<p>
|
||||
You can download the manual as <em>tarball</em>
|
||||
from the <a href="https://gforge.inria.fr/frs/?group_id=52">
|
||||
CGAL Download Page</a>, or with the <em>Windows Installer</em>.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
html, body {
|
||||
margin:0;
|
||||
background-color: #FAF8E8;
|
||||
font-family: arial,sans-serif;
|
||||
color:black;
|
||||
}
|
||||
|
||||
li { font-size:100%;}
|
||||
p { text-align:justify; font-size:100%; margin: 5pt;}
|
||||
|
||||
img { border-width: 0pt; }
|
||||
|
||||
dl,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b
|
||||
{ font-family:Arial,sans-serif; }
|
||||
|
||||
td { text-align:justify;}
|
||||
|
||||
h1 { font-size:180%; margin-left: 5pt;}
|
||||
h2 { font-size:160%; margin-left: 5pt;}
|
||||
h3 { font-size:100%; margin-left: 5pt;}
|
||||
h4 { font-size:90%; margin-left: 5pt;}
|
||||
|
||||
pre { font-family:Courier New,Courier; font-size:100%; }
|
||||
|
||||
tt { font-family:Courier New,Courier; font-size:100%; }
|
||||
|
||||
/* a:link { color:#050060; text-decoration:none; } */
|
||||
/* a:visited { color:#590059; text-decoration:none; } */
|
||||
/* a:active { color:#000000; text-decoration:none; } */
|
||||
|
||||
a:link { text-decoration:none; }
|
||||
a:visited { color: #5000CC; text-decoration:none; }
|
||||
a:active { color: #00A080; text-decoration:none; }
|
||||
|
||||
|
||||
.contact { font-family:arial,sans-serif; font-size:100%}
|
||||
|
||||
.news {font-size:90%;}
|
||||
|
||||
td.menu { background-color: #C0C0D0; white-space:nowrap }
|
||||
|
||||
/* We are forced to duplicate definitions because IE does not support ">" */
|
||||
|
||||
div.menu { font-size:100%; /* margin-left: -30pt; */ /* margin-top: 10pt; margin-bottom: 3pt */ }
|
||||
|
||||
div.menu > h4 { font-size:100%; /* margin-left: 3pt; */ margin-top: 10pt; margin-bottom: 3pt; }
|
||||
|
||||
h4.menu { font-size:100%; /* margin-left: 3pt; */ margin-top: 10pt; margin-bottom: 3pt; }
|
||||
|
||||
div.menu > p { font-size:100%; margin-left: 10pt; margin-top: 0pt; margin-bottom:0pt; /*; margin-right:5pt */ }
|
||||
|
||||
p.menu { font-size:100%; margin-left: 10pt; margin-top: 0pt; margin-bottom:0pt; /*; margin-right:5pt */ }
|
||||
|
||||
img.menu { margin-top: 0pt; margin-bottom:0pt }
|
||||
|
||||
em.menu { font-style: normal; font-family:Arial,sans-serif; font-size:90%; }
|
||||
|
||||
.subtitle { font-family: cursive; font-size: 120% }
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 894 B |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<link rel="shortcut icon" href="cgal.ico">
|
||||
<TITLE>CGAL - Computational Geometry Algorithms Library</TITLE>
|
||||
<LINK REL=stylesheet TYPE="text/css" HREF="cgal.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<CENTER>
|
||||
<IMG SRC="images/cgal_2013_grey.png" ALT="CGAL">
|
||||
</CENTER>
|
||||
<CENTER>
|
||||
<span class=subtitle>Computational Geometry Algorithms Library</span>
|
||||
</CENTER>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
The goal of the CGAL Open Source Project is to provide
|
||||
<em>easy access to efficient and reliable geometric algorithms</em>
|
||||
in the form of a C++ library.
|
||||
</p>
|
||||
|
||||
<h3>Manuals</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href ="Manual/index.html">CGAL Manual - Table of Contents</a>
|
||||
<li><a href ="Manual/packages.html">CGAL Manual - Package Overview</a>
|
||||
<li>You can also access the CGAL Online Manual from the
|
||||
<a href="http://www.cgal.org/">CGAL website</a>.
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h3>Further Links</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href ="http://www.cgal.org/">CGAL Homepage</a>
|
||||
<li><a href ="http://www.cgal.org/FAQ.html#installation">FAQ concerning Installation</a>
|
||||
<li><a href ="http://www.boost.org/doc/">Boost Documentation</a>
|
||||
<li><a href ="http://www.cplusplus.com/reference/stl/">STL Reference</a>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>License</h3>
|
||||
|
||||
<p>CGAL is distributed under a dual-license scheme. CGAL can be used together
|
||||
with Open Source software free of charge. Using CGAL in other contexts can be
|
||||
done by obtaining a commercial license from
|
||||
<a href="http://www.geometryfactory.com">GeometryFactory</a>.
|
||||
For more details see the <a href="http://www.cgal.org/license.html">License</a> page.
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
INSTALL
|
||||
README
|
||||
TO_DO
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Utrecht University (The Netherlands),
|
||||
ETH Zurich (Switzerland),
|
||||
INRIA Sophia-Antipolis (France),
|
||||
Max-Planck-Institute Saarbruecken (Germany),
|
||||
Tel-Aviv University (Israel).
|
||||
Loading…
Reference in New Issue