summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/mflua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-12 20:56:58 +0000
committerKarl Berry <karl@freefriends.org>2016-04-12 20:56:58 +0000
commitab7f9c593cdeb36718200405bf73798e298e6302 (patch)
tree7cdc9b563a0de35dcb079f77919a8f2b2e432cb2 /Master/texmf-dist/scripts/mflua
parentb1eb290286cd05f877d670745f5737129e185c64 (diff)
mflua support files, .base creation (disabled until stable)
git-svn-id: svn://tug.org/texlive/trunk@40475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/mflua')
-rw-r--r--Master/texmf-dist/scripts/mflua/begin_program.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/do_add_to.lua9
-rw-r--r--Master/texmf-dist/scripts/mflua/end_program.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/fill_envelope.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/fill_spec.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/final_cleanup.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/main_control.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/make_ellipse.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/mfluaini.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/offset_prep.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/print_edges.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/print_path.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/scan_direction.lua2
-rw-r--r--Master/texmf-dist/scripts/mflua/skew_line_edges.lua1
-rw-r--r--Master/texmf-dist/scripts/mflua/start_of_mf.lua1
15 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/mflua/begin_program.lua b/Master/texmf-dist/scripts/mflua/begin_program.lua
new file mode 100644
index 00000000000..0711ed9dddb
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/begin_program.lua
@@ -0,0 +1 @@
+-- empty
diff --git a/Master/texmf-dist/scripts/mflua/do_add_to.lua b/Master/texmf-dist/scripts/mflua/do_add_to.lua
new file mode 100644
index 00000000000..98dd9750722
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/do_add_to.lua
@@ -0,0 +1,9 @@
+function PRE_fill_envelope_rhs(rhs) return 0 end
+function POST_fill_envelope_rhs(rhs) return 0 end
+function PRE_fill_envelope_lhs(rhs) return 0 end
+function POST_fill_envelope_lhs(rhs) return 0 end
+
+function PRE_fill_spec_rhs(rhs) return 0 end
+function POST_fill_spec_rhs(rhs) return 0 end
+function PRE_fill_spec_lhs(rhs) return 0 end
+function POST_fill_spec_lhs(rhs) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/end_program.lua b/Master/texmf-dist/scripts/mflua/end_program.lua
new file mode 100644
index 00000000000..0711ed9dddb
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/end_program.lua
@@ -0,0 +1 @@
+-- empty
diff --git a/Master/texmf-dist/scripts/mflua/fill_envelope.lua b/Master/texmf-dist/scripts/mflua/fill_envelope.lua
new file mode 100644
index 00000000000..cbd9b2841be
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/fill_envelope.lua
@@ -0,0 +1,2 @@
+function print_transition_line_from(x,y) return 0 end
+function print_transition_line_to(x,y) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/fill_spec.lua b/Master/texmf-dist/scripts/mflua/fill_spec.lua
new file mode 100644
index 00000000000..54367f46110
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/fill_spec.lua
@@ -0,0 +1,2 @@
+function PRE_move_to_edges(lhs) return 0 end
+function POST_move_to_edges(lhs) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/final_cleanup.lua b/Master/texmf-dist/scripts/mflua/final_cleanup.lua
new file mode 100644
index 00000000000..627d09c0fec
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/final_cleanup.lua
@@ -0,0 +1 @@
+function POST_final_cleanup() return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/main_control.lua b/Master/texmf-dist/scripts/mflua/main_control.lua
new file mode 100644
index 00000000000..bf6c5784959
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/main_control.lua
@@ -0,0 +1,2 @@
+function PRE_main_control() return 0 end
+function POST_main_control() return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/make_ellipse.lua b/Master/texmf-dist/scripts/mflua/make_ellipse.lua
new file mode 100644
index 00000000000..7c094499b88
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/make_ellipse.lua
@@ -0,0 +1,2 @@
+function PRE_make_ellipse(major_axis,minor_axis,theta,tx,ty) return 0 end
+function POST_make_ellipse(major_axis,minor_axis,theta,tx,ty) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/mfluaini.lua b/Master/texmf-dist/scripts/mflua/mfluaini.lua
new file mode 100644
index 00000000000..0711ed9dddb
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/mfluaini.lua
@@ -0,0 +1 @@
+-- empty
diff --git a/Master/texmf-dist/scripts/mflua/offset_prep.lua b/Master/texmf-dist/scripts/mflua/offset_prep.lua
new file mode 100644
index 00000000000..1452e0325cd
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/offset_prep.lua
@@ -0,0 +1,2 @@
+function PRE_offset_prep(c,h) return 0 end
+function POST_offset_prep(c,h) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/print_edges.lua b/Master/texmf-dist/scripts/mflua/print_edges.lua
new file mode 100644
index 00000000000..ae35ce6585e
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/print_edges.lua
@@ -0,0 +1 @@
+function print_edges(s,nuline,xoff,yoff) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/print_path.lua b/Master/texmf-dist/scripts/mflua/print_path.lua
new file mode 100644
index 00000000000..1733bc9d2cd
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/print_path.lua
@@ -0,0 +1 @@
+function print_path(h,s,nuline) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/scan_direction.lua b/Master/texmf-dist/scripts/mflua/scan_direction.lua
new file mode 100644
index 00000000000..6c896677f6c
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/scan_direction.lua
@@ -0,0 +1,2 @@
+function PRE_make_choices(p) return 0 end
+function POST_make_choices(p) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/skew_line_edges.lua b/Master/texmf-dist/scripts/mflua/skew_line_edges.lua
new file mode 100644
index 00000000000..2ae9dc20a6a
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/skew_line_edges.lua
@@ -0,0 +1 @@
+function print_retrograde_line(x0,y0,cur_x,cur_y) return 0 end \ No newline at end of file
diff --git a/Master/texmf-dist/scripts/mflua/start_of_mf.lua b/Master/texmf-dist/scripts/mflua/start_of_mf.lua
new file mode 100644
index 00000000000..7c24087ca5d
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/start_of_mf.lua
@@ -0,0 +1 @@
+function PRE_start_of_MF() return 0 end \ No newline at end of file