latexpdf 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d6d29297110637882fd79b64247c0528ae89389
4
- data.tar.gz: 6b927dbefa2faa4bdfb717d2f058daf3963798d5
3
+ metadata.gz: 8cb60dbf1f5a0fa5729309a933ff708cb47f14d7
4
+ data.tar.gz: 5e2fe4137c7f6423e2d2089cb45411a3b26eebf3
5
5
  SHA512:
6
- metadata.gz: e50a2797e608e77228cf015ab65aa3c28c6f89e4dbe57ed47032cea202acd2fda238f4b8f55d65147ca078833863f8fda95fdeddbd7d74461ea41507f887b989
7
- data.tar.gz: 01e13848b1e3819c285ea1ce5d7a251930021f8fa3015e01dedf1c3e621db44531852a096ca18e47890f8a502aed8520ed072dc3b14bc620d35ec8b533108758
6
+ metadata.gz: ab07db1bc7312d6c11741578c1da68f3df4ca23a1d1007463c206d9a8b6191e17bd74c565a0a0c95dfe8551d74977e6e00f21b5409c91c6ef68018dca72524ba
7
+ data.tar.gz: 25c9a4a34ec42dbb6d950d3a7d8c4a6b554783965b7c7b7197ad961b4736c34ab6e3f92ef86908e9ffe3f0866904fd16476a4aaa45efb1348456f4c3eced1e62
@@ -5,7 +5,7 @@ module ActionView
5
5
  def handles_encoding?; true; end
6
6
 
7
7
  class_attribute :default_format
8
- self.default_format = Mime::PDF
8
+ self.default_format = Mime[:pdf]
9
9
 
10
10
  def erb_handler
11
11
  @@erb_handler ||= ActionView::Template.registered_template_handler(:erb)
@@ -1,3 +1,3 @@
1
1
  module Latexpdf
2
- VERSION = "0.4.10"
2
+ VERSION = "0.4.11"
3
3
  end
@@ -970,3 +970,219 @@ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2017-04-03 11:10:35 +0200
970
970
  Processing by TexController#example3 as PDF
971
971
  Rendered tex/example3.pdf.tex (3440.6ms)
972
972
  Completed 200 OK in 3443ms (Views: 3442.5ms)
973
+ -----------------------------------------------------------
974
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
975
+ -----------------------------------------------------------
976
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2017-06-14 17:54:51 +0200
977
+ Processing by TexController#example as PDF
978
+ Rendered tex/example.pdf.tex (1818.1ms)
979
+ Completed 200 OK in 1828ms (Views: 1828.0ms)
980
+ ---------------------------------------------------------
981
+ RenderingTest: test_Generate_PDF_using_escaped_characters
982
+ ---------------------------------------------------------
983
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2017-06-14 17:54:53 +0200
984
+ Processing by TexController#example2 as PDF
985
+ Rendered tex/example2.pdf.tex (1953.2ms)
986
+ Completed 200 OK in 1955ms (Views: 1955.1ms)
987
+ ---------------------------------------------------------------
988
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
989
+ ---------------------------------------------------------------
990
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2017-06-14 17:54:55 +0200
991
+ Processing by TexController#example3 as PDF
992
+ Rendered tex/example3.pdf.tex (1989.2ms)
993
+ Completed 200 OK in 1991ms (Views: 1990.7ms)
994
+ -------------------------------------------------------------
995
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
996
+ -------------------------------------------------------------
997
+ -------------------------------------------------------------
998
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
999
+ -------------------------------------------------------------
1000
+ ---------------------------------------------------------------
1001
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1002
+ ---------------------------------------------------------------
1003
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2018-07-07 22:44:45 +0200
1004
+ Processing by TexController#example3 as PDF
1005
+ Rendered tex/example3.pdf.tex (9992.1ms)
1006
+ Completed 200 OK in 10058ms (Views: 10053.2ms)
1007
+ ---------------------------------------------------------
1008
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1009
+ ---------------------------------------------------------
1010
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2018-07-07 22:44:55 +0200
1011
+ Processing by TexController#example2 as PDF
1012
+ Rendered tex/example2.pdf.tex (6349.5ms)
1013
+ Completed 200 OK in 6356ms (Views: 6355.3ms)
1014
+ -----------------------------------------------------------
1015
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1016
+ -----------------------------------------------------------
1017
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2018-07-07 22:45:01 +0200
1018
+ Processing by TexController#example as PDF
1019
+ Rendered tex/example.pdf.tex (5840.9ms)
1020
+ Completed 200 OK in 5847ms (Views: 5845.8ms)
1021
+ -------------------------------------------------------------
1022
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1023
+ -------------------------------------------------------------
1024
+ -----------------------------------------------------------
1025
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1026
+ -----------------------------------------------------------
1027
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2018-07-07 22:45:46 +0200
1028
+ Processing by TexController#example as PDF
1029
+ Rendered tex/example.pdf.tex (1976.7ms)
1030
+ Completed 200 OK in 1988ms (Views: 1988.1ms)
1031
+ ---------------------------------------------------------
1032
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1033
+ ---------------------------------------------------------
1034
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2018-07-07 22:45:48 +0200
1035
+ Processing by TexController#example2 as PDF
1036
+ Rendered tex/example2.pdf.tex (2010.9ms)
1037
+ Completed 200 OK in 2014ms (Views: 2013.3ms)
1038
+ ---------------------------------------------------------------
1039
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1040
+ ---------------------------------------------------------------
1041
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2018-07-07 22:45:50 +0200
1042
+ Processing by TexController#example3 as PDF
1043
+ Rendered tex/example3.pdf.tex (2000.4ms)
1044
+ Completed 200 OK in 2003ms (Views: 2002.7ms)
1045
+ ---------------------------------------------------------------
1046
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1047
+ ---------------------------------------------------------------
1048
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2018-07-07 22:49:27 +0200
1049
+ Processing by TexController#example3 as PDF
1050
+ Rendered tex/example3.pdf.tex (3422.2ms)
1051
+ Completed 200 OK in 3433ms (Views: 3432.8ms)
1052
+ ---------------------------------------------------------
1053
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1054
+ ---------------------------------------------------------
1055
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2018-07-07 22:49:30 +0200
1056
+ Processing by TexController#example2 as PDF
1057
+ Rendered tex/example2.pdf.tex (3345.6ms)
1058
+ Completed 200 OK in 3348ms (Views: 3348.0ms)
1059
+ -----------------------------------------------------------
1060
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1061
+ -----------------------------------------------------------
1062
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2018-07-07 22:49:33 +0200
1063
+ Processing by TexController#example as PDF
1064
+ Rendered tex/example.pdf.tex (3311.7ms)
1065
+ Completed 200 OK in 3314ms (Views: 3314.1ms)
1066
+ -------------------------------------------------------------
1067
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1068
+ -------------------------------------------------------------
1069
+ -------------------------------------------------------------
1070
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1071
+ -------------------------------------------------------------
1072
+ ---------------------------------------------------------------
1073
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1074
+ ---------------------------------------------------------------
1075
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2019-09-25 11:58:14 +0200
1076
+ Processing by TexController#example3 as PDF
1077
+ Rendered tex/example3.pdf.tex (10.2ms)
1078
+ Completed 500 Internal Server Error in 16ms
1079
+ ---------------------------------------------------------
1080
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1081
+ ---------------------------------------------------------
1082
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2019-09-25 11:58:14 +0200
1083
+ Processing by TexController#example2 as PDF
1084
+ Rendered tex/example2.pdf.tex (7.9ms)
1085
+ Completed 500 Internal Server Error in 10ms
1086
+ -----------------------------------------------------------
1087
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1088
+ -----------------------------------------------------------
1089
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2019-09-25 11:58:14 +0200
1090
+ Processing by TexController#example as PDF
1091
+ Rendered tex/example.pdf.tex (7.8ms)
1092
+ Completed 500 Internal Server Error in 10ms
1093
+ -------------------------------------------------------------
1094
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1095
+ -------------------------------------------------------------
1096
+ -----------------------------------------------------------
1097
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1098
+ -----------------------------------------------------------
1099
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2019-09-25 12:03:52 +0200
1100
+ Processing by TexController#example as PDF
1101
+ Rendered tex/example.pdf.tex (10.2ms)
1102
+ Completed 500 Internal Server Error in 16ms
1103
+ ---------------------------------------------------------------
1104
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1105
+ ---------------------------------------------------------------
1106
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2019-09-25 12:03:52 +0200
1107
+ Processing by TexController#example3 as PDF
1108
+ Rendered tex/example3.pdf.tex (7.6ms)
1109
+ Completed 500 Internal Server Error in 9ms
1110
+ ---------------------------------------------------------
1111
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1112
+ ---------------------------------------------------------
1113
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2019-09-25 12:03:52 +0200
1114
+ Processing by TexController#example2 as PDF
1115
+ Rendered tex/example2.pdf.tex (8.1ms)
1116
+ Completed 500 Internal Server Error in 10ms
1117
+ -------------------------------------------------------------
1118
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1119
+ -------------------------------------------------------------
1120
+ ---------------------------------------------------------
1121
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1122
+ ---------------------------------------------------------
1123
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2019-09-25 12:04:13 +0200
1124
+ Processing by TexController#example2 as PDF
1125
+ Rendered tex/example2.pdf.tex (2971.8ms)
1126
+ Completed 200 OK in 2978ms (Views: 2978.0ms)
1127
+ -----------------------------------------------------------
1128
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1129
+ -----------------------------------------------------------
1130
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2019-09-25 12:04:16 +0200
1131
+ Processing by TexController#example as PDF
1132
+ Rendered tex/example.pdf.tex (2929.1ms)
1133
+ Completed 200 OK in 2931ms (Views: 2930.8ms)
1134
+ ---------------------------------------------------------------
1135
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1136
+ ---------------------------------------------------------------
1137
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2019-09-25 12:04:19 +0200
1138
+ Processing by TexController#example3 as PDF
1139
+ Rendered tex/example3.pdf.tex (3025.1ms)
1140
+ Completed 200 OK in 3027ms (Views: 3026.6ms)
1141
+ -------------------------------------------------------------
1142
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1143
+ -------------------------------------------------------------
1144
+ ---------------------------------------------------------
1145
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1146
+ ---------------------------------------------------------
1147
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2019-09-25 13:51:52 +0200
1148
+ Processing by TexController#example2 as PDF
1149
+ Rendered tex/example2.pdf.tex (3238.1ms)
1150
+ Completed 200 OK in 3250ms (Views: 3249.3ms)
1151
+ ---------------------------------------------------------------
1152
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1153
+ ---------------------------------------------------------------
1154
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2019-09-25 13:51:55 +0200
1155
+ Processing by TexController#example3 as PDF
1156
+ Rendered tex/example3.pdf.tex (3407.2ms)
1157
+ Completed 200 OK in 3409ms (Views: 3408.6ms)
1158
+ -----------------------------------------------------------
1159
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1160
+ -----------------------------------------------------------
1161
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2019-09-25 13:51:58 +0200
1162
+ Processing by TexController#example as PDF
1163
+ Rendered tex/example.pdf.tex (3013.1ms)
1164
+ Completed 200 OK in 3015ms (Views: 3015.1ms)
1165
+ -----------------------------------------------------------
1166
+ RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
1167
+ -----------------------------------------------------------
1168
+ Started GET "/tex/example.pdf" for 127.0.0.1 at 2019-09-25 13:54:59 +0200
1169
+ Processing by TexController#example as PDF
1170
+ Rendered tex/example.pdf.tex (2794.9ms)
1171
+ Completed 200 OK in 2807ms (Views: 2806.5ms)
1172
+ ---------------------------------------------------------------
1173
+ RenderingTest: test_Generate_PDF_using_non_printable_characters
1174
+ ---------------------------------------------------------------
1175
+ Started GET "/tex/example3.pdf" for 127.0.0.1 at 2019-09-25 13:55:02 +0200
1176
+ Processing by TexController#example3 as PDF
1177
+ Rendered tex/example3.pdf.tex (2795.9ms)
1178
+ Completed 200 OK in 2797ms (Views: 2797.3ms)
1179
+ ---------------------------------------------------------
1180
+ RenderingTest: test_Generate_PDF_using_escaped_characters
1181
+ ---------------------------------------------------------
1182
+ Started GET "/tex/example2.pdf" for 127.0.0.1 at 2019-09-25 13:55:05 +0200
1183
+ Processing by TexController#example2 as PDF
1184
+ Rendered tex/example2.pdf.tex (2817.2ms)
1185
+ Completed 200 OK in 2819ms (Views: 2818.7ms)
1186
+ -------------------------------------------------------------
1187
+ ConfigTest: test_Build_path_is_Rails_temporary_dir_by_default
1188
+ -------------------------------------------------------------
@@ -0,0 +1,417 @@
1
+ This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015) (preloaded format=xelatex 2017.7.11) 7 JUL 2018 22:49
2
+ entering extended mode
3
+ \write18 enabled.
4
+ %&-line parsing enabled.
5
+ **/Users/matthijs/Projects/latexpdf/test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/i
6
+ nput.tex
7
+
8
+ (/Users/matthijs/Projects/latexpdf/test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/in
9
+ put.tex
10
+ LaTeX2e <2015/01/01>
11
+ Babel <3.9l> and hyphenation patterns for 79 languages loaded.
12
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/base/article.cls
13
+ Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
14
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/base/size10.clo
15
+ File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
16
+ )
17
+ \c@part=\count79
18
+ \c@section=\count80
19
+ \c@subsection=\count81
20
+ \c@subsubsection=\count82
21
+ \c@paragraph=\count83
22
+ \c@subparagraph=\count84
23
+ \c@figure=\count85
24
+ \c@table=\count86
25
+ \abovecaptionskip=\skip41
26
+ \belowcaptionskip=\skip42
27
+ \bibindent=\dimen102
28
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/fontspec/fontspec.sty
29
+ Package: fontspec 2015/03/14 v2.4c Font selection for XeLaTeX and LuaLaTeX
30
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/l3kernel/expl3.sty
31
+ Package: expl3 2015/03/01 v5547 L3 programming layer (loader)
32
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/l3kernel/expl3-code.tex
33
+ Package: expl3 2015/03/01 v5547 L3 programming layer (code)
34
+ L3 Module: l3bootstrap 2015/02/28 v5542 L3 Bootstrap code
35
+ L3 Module: l3names 2015/02/24 v5535 L3 Namespace for primitives
36
+ L3 Module: l3basics 2015/01/27 v5500 L3 Basic definitions
37
+ L3 Module: l3expan 2014/11/27 v5472 L3 Argument expansion
38
+ L3 Module: l3tl 2015/01/27 v5500 L3 Token lists
39
+ L3 Module: l3str 2015/03/01 v5545 L3 Strings
40
+ L3 Module: l3seq 2014/08/23 v5354 L3 Sequences and stacks
41
+ L3 Module: l3int 2015/02/21 v5529 L3 Integers
42
+ \c_max_int=\count87
43
+ \l_tmpa_int=\count88
44
+ \l_tmpb_int=\count89
45
+ \g_tmpa_int=\count90
46
+ \g_tmpb_int=\count91
47
+ L3 Module: l3quark 2014/08/23 v5354 L3 Quarks
48
+ L3 Module: l3prg 2014/08/23 v5354 L3 Control structures
49
+ \g__prg_map_int=\count92
50
+ L3 Module: l3clist 2014/08/23 v5354 L3 Comma separated lists
51
+ L3 Module: l3token 2014/09/15 v5422 L3 Experimental token manipulation
52
+ L3 Module: l3prop 2014/08/23 v5354 L3 Property lists
53
+ L3 Module: l3msg 2015/02/26 v5537 L3 Messages
54
+ L3 Module: l3file 2014/08/24 v5369 L3 File and I/O operations
55
+ \l_iow_line_count_int=\count93
56
+ \l__iow_target_count_int=\count94
57
+ \l__iow_current_line_int=\count95
58
+ \l__iow_current_word_int=\count96
59
+ \l__iow_current_indentation_int=\count97
60
+ L3 Module: l3skip 2014/08/23 v5354 L3 Dimensions and skips
61
+ \c_zero_dim=\dimen103
62
+ \c_max_dim=\dimen104
63
+ \l_tmpa_dim=\dimen105
64
+ \l_tmpb_dim=\dimen106
65
+ \g_tmpa_dim=\dimen107
66
+ \g_tmpb_dim=\dimen108
67
+ \c_zero_skip=\skip43
68
+ \c_max_skip=\skip44
69
+ \l_tmpa_skip=\skip45
70
+ \l_tmpb_skip=\skip46
71
+ \g_tmpa_skip=\skip47
72
+ \g_tmpb_skip=\skip48
73
+ \c_zero_muskip=\muskip10
74
+ \c_max_muskip=\muskip11
75
+ \l_tmpa_muskip=\muskip12
76
+ \l_tmpb_muskip=\muskip13
77
+ \g_tmpa_muskip=\muskip14
78
+ \g_tmpb_muskip=\muskip15
79
+ L3 Module: l3keys 2015/01/27 v5500 L3 Key-value interfaces
80
+ \g__keyval_level_int=\count98
81
+ \l_keys_choice_int=\count99
82
+ L3 Module: l3fp 2014/08/22 v5336 L3 Floating points
83
+ \c__fp_leading_shift_int=\count100
84
+ \c__fp_middle_shift_int=\count101
85
+ \c__fp_trailing_shift_int=\count102
86
+ \c__fp_big_leading_shift_int=\count103
87
+ \c__fp_big_middle_shift_int=\count104
88
+ \c__fp_big_trailing_shift_int=\count105
89
+ \c__fp_Bigg_leading_shift_int=\count106
90
+ \c__fp_Bigg_middle_shift_int=\count107
91
+ \c__fp_Bigg_trailing_shift_int=\count108
92
+ L3 Module: l3box 2014/08/23 v5354 L3 Experimental boxes
93
+ \c_empty_box=\box26
94
+ \l_tmpa_box=\box27
95
+ \l_tmpb_box=\box28
96
+ \g_tmpa_box=\box29
97
+ \g_tmpb_box=\box30
98
+ L3 Module: l3coffins 2014/08/23 v5354 L3 Coffin code layer
99
+ \l__coffin_internal_box=\box31
100
+ \l__coffin_internal_dim=\dimen109
101
+ \l__coffin_offset_x_dim=\dimen110
102
+ \l__coffin_offset_y_dim=\dimen111
103
+ \l__coffin_x_dim=\dimen112
104
+ \l__coffin_y_dim=\dimen113
105
+ \l__coffin_x_prime_dim=\dimen114
106
+ \l__coffin_y_prime_dim=\dimen115
107
+ \c_empty_coffin=\box32
108
+ \l__coffin_aligned_coffin=\box33
109
+ \l__coffin_aligned_internal_coffin=\box34
110
+ \l_tmpa_coffin=\box35
111
+ \l_tmpb_coffin=\box36
112
+ \l__coffin_display_coffin=\box37
113
+ \l__coffin_display_coord_coffin=\box38
114
+ \l__coffin_display_pole_coffin=\box39
115
+ \l__coffin_display_offset_dim=\dimen116
116
+ \l__coffin_display_x_dim=\dimen117
117
+ \l__coffin_display_y_dim=\dimen118
118
+ L3 Module: l3color 2014/08/23 v5354 L3 Experimental color support
119
+ L3 Module: l3candidates 2015/03/01 v5544 L3 Experimental additions to l3kernel
120
+ \l__box_top_dim=\dimen119
121
+ \l__box_bottom_dim=\dimen120
122
+ \l__box_left_dim=\dimen121
123
+ \l__box_right_dim=\dimen122
124
+ \l__box_top_new_dim=\dimen123
125
+ \l__box_bottom_new_dim=\dimen124
126
+ \l__box_left_new_dim=\dimen125
127
+ \l__box_right_new_dim=\dimen126
128
+ \l__box_internal_box=\box40
129
+ \l__coffin_bounding_shift_dim=\dimen127
130
+ \l__coffin_left_corner_dim=\dimen128
131
+ \l__coffin_right_corner_dim=\dimen129
132
+ \l__coffin_bottom_corner_dim=\dimen130
133
+ \l__coffin_top_corner_dim=\dimen131
134
+ \l__coffin_scaled_total_height_dim=\dimen132
135
+ \l__coffin_scaled_width_dim=\dimen133
136
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/l3kernel/l3unicode-data.def
137
+ File: l3unicode-data.def 2015/03/01 v5544 L3 Unicode data
138
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def
139
+ File: l3xdvidpfmx.def 2015/03/01 v5544 L3 Experimental driver: xdvipdfmx
140
+ )) (/usr/local/texlive/2015/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
141
+ Package: xparse 2014/11/25 v5471 L3 Experimental document command parser
142
+ \l__xparse_current_arg_int=\count109
143
+ \l__xparse_m_args_int=\count110
144
+ \l__xparse_mandatory_args_int=\count111
145
+ \l__xparse_processor_int=\count112
146
+ \l__xparse_v_nesting_int=\count113
147
+ )
148
+ \l_fontspec_script_int=\count114
149
+ \l_fontspec_language_int=\count115
150
+ \l_fontspec_strnum_int=\count116
151
+ \l__fontspec_tmpa_dim=\dimen134
152
+ \l__fontspec_tmpb_dim=\dimen135
153
+ \l__fontspec_tmpc_dim=\dimen136
154
+ Variant \tl_gset:cV already defined; not changing it on line 71
155
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/fontspec/fontspec-patches.sty
156
+ Package: fontspec-patches 2015/03/14 v2.4c Font selection for XeLaTeX and LuaLaTeX
157
+ LaTeX Info: Redefining \em on input line 49.
158
+ LaTeX Info: Redefining \emph on input line 57.
159
+ LaTeX Info: Redefining \- on input line 60.
160
+ .................................................
161
+ . LaTeX info: "xparse/redefine-command"
162
+ .
163
+ . Redefining command \oldstylenums with sig. 'm' on line 155.
164
+ .................................................
165
+ .................................................
166
+ . LaTeX info: "xparse/define-command"
167
+ .
168
+ . Defining command \liningnums with sig. 'm' on line 159.
169
+ .................................................
170
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
171
+ Package: fontspec-xetex 2015/03/14 v2.4c Font selection for XeLaTeX and LuaLaTeX
172
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/base/fontenc.sty
173
+ Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
174
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/euenc/eu1enc.def
175
+ File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
176
+ )
177
+ LaTeX Font Info: Try loading font information for EU1+lmr on input line 105.
178
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/euenc/eu1lmr.fd
179
+ File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
180
+ )) (/usr/local/texlive/2015/texmf-dist/tex/xelatex/xunicode/xunicode.sty
181
+ File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many other char
182
+ acters in Unicode lower plane
183
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/tipa/t3enc.def
184
+ File: t3enc.def 2001/12/31 T3 encoding
185
+ LaTeX Font Info: Try loading font information for EU1+lmss on input line 357.
186
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/euenc/eu1lmss.fd
187
+ File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
188
+ ))
189
+ \tipaTiiicode=\count117
190
+ \tipasavetokens=\toks14
191
+ \tipachecktokens=\toks15
192
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphicx.sty
193
+ Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
194
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/keyval.sty
195
+ Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
196
+ \KV@toks@=\toks16
197
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphics.sty
198
+ Package: graphics 2014/10/28 v1.0p Standard LaTeX Graphics (DPC,SPQR)
199
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/trig.sty
200
+ Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
201
+ ) (/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/graphics.cfg
202
+ File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
203
+ )
204
+ Package graphics Info: Driver file: xetex.def on input line 94.
205
+ (/usr/local/texlive/2015/texmf-dist/tex/xelatex/xetex-def/xetex.def
206
+ File: xetex.def 2015/03/25 v4.04 LaTeX color/graphics driver for XeTeX (TeX Live/RRM/JK)
207
+ ))
208
+ \Gin@req@height=\dimen137
209
+ \Gin@req@width=\dimen138
210
+ ))
211
+ .................................................
212
+ . LaTeX info: "xparse/define-command"
213
+ .
214
+ . Defining command \__fontspec_post_arg:w with sig. 'mmO{}' on line 42.
215
+ .................................................
216
+ .................................................
217
+ . LaTeX info: "xparse/define-command"
218
+ .
219
+ . Defining command \fontspec with sig. 'om' on line 44.
220
+ .................................................
221
+ .................................................
222
+ . LaTeX info: "xparse/define-command"
223
+ .
224
+ . Defining command \setmainfont with sig. 'om' on line 54.
225
+ .................................................
226
+ .................................................
227
+ . LaTeX info: "xparse/define-command"
228
+ .
229
+ . Defining command \setsansfont with sig. 'om' on line 64.
230
+ .................................................
231
+ .................................................
232
+ . LaTeX info: "xparse/define-command"
233
+ .
234
+ . Defining command \setmonofont with sig. 'om' on line 74.
235
+ .................................................
236
+ .................................................
237
+ . LaTeX info: "xparse/define-command"
238
+ .
239
+ . Defining command \setmathrm with sig. 'om' on line 88.
240
+ .................................................
241
+ .................................................
242
+ . LaTeX info: "xparse/define-command"
243
+ .
244
+ . Defining command \setboldmathrm with sig. 'om' on line 96.
245
+ .................................................
246
+ .................................................
247
+ . LaTeX info: "xparse/define-command"
248
+ .
249
+ . Defining command \setmathsf with sig. 'om' on line 104.
250
+ .................................................
251
+ .................................................
252
+ . LaTeX info: "xparse/define-command"
253
+ .
254
+ . Defining command \setmathtt with sig. 'om' on line 112.
255
+ .................................................
256
+ .................................................
257
+ . LaTeX info: "xparse/define-command"
258
+ .
259
+ . Defining command \newfontfamily with sig. 'mom' on line 126.
260
+ .................................................
261
+ .................................................
262
+ . LaTeX info: "xparse/define-command"
263
+ .
264
+ . Defining command \newfontface with sig. 'mom' on line 141.
265
+ .................................................
266
+ .................................................
267
+ . LaTeX info: "xparse/define-command"
268
+ .
269
+ . Defining command \defaultfontfeatures with sig. 't+om' on line 155.
270
+ .................................................
271
+ .................................................
272
+ . LaTeX info: "xparse/define-command"
273
+ .
274
+ . Defining command \addfontfeatures with sig. 'm' on line 210.
275
+ .................................................
276
+ .................................................
277
+ . LaTeX info: "xparse/define-command"
278
+ .
279
+ . Defining command \newfontfeature with sig. 'mm' on line 221.
280
+ .................................................
281
+ .................................................
282
+ . LaTeX info: "xparse/define-command"
283
+ .
284
+ . Defining command \newAATfeature with sig. 'mmmm' on line 229.
285
+ .................................................
286
+ .................................................
287
+ . LaTeX info: "xparse/define-command"
288
+ .
289
+ . Defining command \newopentypefeature with sig. 'mmm' on line 237.
290
+ .................................................
291
+ .................................................
292
+ . LaTeX info: "xparse/define-command"
293
+ .
294
+ . Defining command \aliasfontfeature with sig. 'mm' on line 261.
295
+ .................................................
296
+ .................................................
297
+ . LaTeX info: "xparse/define-command"
298
+ .
299
+ . Defining command \aliasfontfeatureoption with sig. 'mmm' on line 270.
300
+ .................................................
301
+ .................................................
302
+ . LaTeX info: "xparse/define-command"
303
+ .
304
+ . Defining command \newfontscript with sig. 'mm' on line 275.
305
+ .................................................
306
+ .................................................
307
+ . LaTeX info: "xparse/define-command"
308
+ .
309
+ . Defining command \newfontlanguage with sig. 'mm' on line 301.
310
+ .................................................
311
+ .................................................
312
+ . LaTeX info: "xparse/define-command"
313
+ .
314
+ . Defining command \DeclareFontsExtensions with sig. 'm' on line 321.
315
+ .................................................
316
+ Variant \prop_gput:cnV already defined; not changing it on line 704
317
+ Variant \prop_gput:cnx already defined; not changing it on line 705
318
+ \l__fontspec_tmp_int=\count118
319
+ LaTeX Info: Redefining \itshape on input line 2232.
320
+ LaTeX Info: Redefining \slshape on input line 2237.
321
+ LaTeX Info: Redefining \scshape on input line 2242.
322
+ LaTeX Info: Redefining \upshape on input line 2247.
323
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (./input.aux)
324
+ \openout1 = `input.aux'.
325
+
326
+ LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
327
+ LaTeX Font Info: ... okay on input line 3.
328
+ LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
329
+ LaTeX Font Info: ... okay on input line 3.
330
+ LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
331
+ LaTeX Font Info: ... okay on input line 3.
332
+ LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
333
+ LaTeX Font Info: ... okay on input line 3.
334
+ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
335
+ LaTeX Font Info: ... okay on input line 3.
336
+ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
337
+ LaTeX Font Info: ... okay on input line 3.
338
+ LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 3.
339
+ LaTeX Font Info: ... okay on input line 3.
340
+ LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 3.
341
+ LaTeX Font Info: Try loading font information for T3+cmr on input line 3.
342
+ (/usr/local/texlive/2015/texmf-dist/tex/latex/tipa/t3cmr.fd
343
+ File: t3cmr.fd 2001/12/31 TIPA font definitions
344
+ )
345
+ LaTeX Font Info: ... okay on input line 3.
346
+ .................................................
347
+ . fontspec info: "setup-math"
348
+ .
349
+ . Adjusting the maths setup (use [no-math] to avoid this).
350
+ .................................................
351
+ \symlegacymaths=\mathgroup4
352
+ LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold'
353
+ (Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 3.
354
+ LaTeX Font Info: Redeclaring math accent \acute on input line 3.
355
+ LaTeX Font Info: Redeclaring math accent \grave on input line 3.
356
+ LaTeX Font Info: Redeclaring math accent \ddot on input line 3.
357
+ LaTeX Font Info: Redeclaring math accent \tilde on input line 3.
358
+ LaTeX Font Info: Redeclaring math accent \bar on input line 3.
359
+ LaTeX Font Info: Redeclaring math accent \breve on input line 3.
360
+ LaTeX Font Info: Redeclaring math accent \check on input line 3.
361
+ LaTeX Font Info: Redeclaring math accent \hat on input line 3.
362
+ LaTeX Font Info: Redeclaring math accent \dot on input line 3.
363
+ LaTeX Font Info: Redeclaring math accent \mathring on input line 3.
364
+ LaTeX Font Info: Redeclaring math symbol \colon on input line 3.
365
+ LaTeX Font Info: Redeclaring math symbol \Gamma on input line 3.
366
+ LaTeX Font Info: Redeclaring math symbol \Delta on input line 3.
367
+ LaTeX Font Info: Redeclaring math symbol \Theta on input line 3.
368
+ LaTeX Font Info: Redeclaring math symbol \Lambda on input line 3.
369
+ LaTeX Font Info: Redeclaring math symbol \Xi on input line 3.
370
+ LaTeX Font Info: Redeclaring math symbol \Pi on input line 3.
371
+ LaTeX Font Info: Redeclaring math symbol \Sigma on input line 3.
372
+ LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 3.
373
+ LaTeX Font Info: Redeclaring math symbol \Phi on input line 3.
374
+ LaTeX Font Info: Redeclaring math symbol \Psi on input line 3.
375
+ LaTeX Font Info: Redeclaring math symbol \Omega on input line 3.
376
+ LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 3.
377
+ LaTeX Font Info: Redeclaring symbol font `operators' on input line 3.
378
+ LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
379
+ (Font) `operators' in the math version `normal' on input line 3.
380
+ LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
381
+ (Font) OT1/cmr/m/n --> EU1/lmr/m/n on input line 3.
382
+ LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
383
+ (Font) `operators' in the math version `bold' on input line 3.
384
+ LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
385
+ (Font) OT1/cmr/bx/n --> EU1/lmr/m/n on input line 3.
386
+ LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
387
+ (Font) EU1/lmr/m/n --> EU1/lmr/m/n on input line 3.
388
+ LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
389
+ (Font) OT1/cmr/m/it --> EU1/lmr/m/it on input line 3.
390
+ LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
391
+ (Font) OT1/cmr/bx/n --> EU1/lmr/bx/n on input line 3.
392
+ LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
393
+ (Font) OT1/cmss/m/n --> EU1/lmss/m/n on input line 3.
394
+ LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
395
+ (Font) OT1/cmtt/m/n --> EU1/lmtt/m/n on input line 3.
396
+ LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
397
+ (Font) EU1/lmr/m/n --> EU1/lmr/bx/n on input line 3.
398
+ LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
399
+ (Font) OT1/cmr/bx/it --> EU1/lmr/bx/it on input line 3.
400
+ LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
401
+ (Font) OT1/cmss/bx/n --> EU1/lmss/bx/n on input line 3.
402
+ LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
403
+ (Font) OT1/cmtt/m/n --> EU1/lmtt/bx/n on input line 3.
404
+ [1
405
+
406
+ ] (./input.aux) )
407
+ Here is how much of TeX's memory you used:
408
+ 13126 strings out of 593706
409
+ 278372 string characters out of 7145769
410
+ 55296504 words of memory out of 64243181
411
+ 16473 multiletter control sequences out of 15000+700000
412
+ 3680 words of font info for 19 fonts, out of 9000000 for 9000
413
+ 1328 hyphenation exceptions out of 16382
414
+ 46i,4n,39p,10458b,115s stack positions out of 10000i,1000n,20000p,500000b,80000s
415
+
416
+ Error 2 (driver return code) generating output;
417
+ file input.pdf may not be valid.
@@ -0,0 +1,5 @@
1
+ \documentclass{article}
2
+ \usepackage{fontspec}
3
+ \begin{document}
4
+ Test latex document €€€€
5
+ \end{document}
@@ -4,4 +4,4 @@ class ConfigTest < ActionDispatch::IntegrationTest
4
4
  test "Build path is Rails temporary dir by default" do
5
5
  assert_equal Rails.configuration.paths['tmp'].first, Latexpdf.configuration.build_path
6
6
  end
7
- end
7
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latexpdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthijs Ooms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2019-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -199,6 +199,10 @@ files:
199
199
  - test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
200
200
  - test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache
201
201
  - test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache
202
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.aux
203
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.log
204
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.pdf
205
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.tex
202
206
  - test/integration/config_test.rb
203
207
  - test/integration/rendering_test.rb
204
208
  - test/latexpdf/configuration_test.rb
@@ -232,77 +236,81 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
236
  version: '0'
233
237
  requirements: []
234
238
  rubyforge_project:
235
- rubygems_version: 2.4.5.1
239
+ rubygems_version: 2.5.1
236
240
  signing_key:
237
241
  specification_version: 4
238
242
  summary: A Tex template to PDF generator
239
243
  test_files:
240
- - test/dummy/app/assets/javascripts/application.js
241
- - test/dummy/app/assets/stylesheets/application.css
244
+ - test/testdata/empty.tex
245
+ - test/testdata/invalid_tex.tex
246
+ - test/testdata/minimal.tex
242
247
  - test/dummy/app/controllers/application_controller.rb
243
248
  - test/dummy/app/controllers/tex_controller.rb
244
- - test/dummy/app/helpers/application_helper.rb
245
- - test/dummy/app/views/layouts/application.html.erb
246
249
  - test/dummy/app/views/tex/example.pdf.tex
247
250
  - test/dummy/app/views/tex/example2.pdf.tex
248
251
  - test/dummy/app/views/tex/example3.pdf.tex
249
- - test/dummy/bin/bundle
250
- - test/dummy/bin/rails
252
+ - test/dummy/app/views/layouts/application.html.erb
253
+ - test/dummy/app/assets/javascripts/application.js
254
+ - test/dummy/app/assets/stylesheets/application.css
255
+ - test/dummy/app/helpers/application_helper.rb
251
256
  - test/dummy/bin/rake
252
257
  - test/dummy/bin/setup
253
- - test/dummy/config/application.rb
254
- - test/dummy/config/boot.rb
255
- - test/dummy/config/database.yml
256
- - test/dummy/config/environment.rb
257
- - test/dummy/config/environments/development.rb
258
+ - test/dummy/bin/bundle
259
+ - test/dummy/bin/rails
260
+ - test/dummy/config/secrets.yml
261
+ - test/dummy/config/routes.rb
262
+ - test/dummy/config/locales/en.yml
258
263
  - test/dummy/config/environments/production.rb
264
+ - test/dummy/config/environments/development.rb
259
265
  - test/dummy/config/environments/test.rb
260
- - test/dummy/config/initializers/assets.rb
266
+ - test/dummy/config/environment.rb
267
+ - test/dummy/config/application.rb
268
+ - test/dummy/config/database.yml
269
+ - test/dummy/config/boot.rb
261
270
  - test/dummy/config/initializers/backtrace_silencers.rb
262
- - test/dummy/config/initializers/cookies_serializer.rb
263
- - test/dummy/config/initializers/filter_parameter_logging.rb
264
- - test/dummy/config/initializers/inflections.rb
265
271
  - test/dummy/config/initializers/mime_types.rb
272
+ - test/dummy/config/initializers/filter_parameter_logging.rb
266
273
  - test/dummy/config/initializers/session_store.rb
267
274
  - test/dummy/config/initializers/wrap_parameters.rb
268
- - test/dummy/config/locales/en.yml
269
- - test/dummy/config/routes.rb
270
- - test/dummy/config/secrets.yml
275
+ - test/dummy/config/initializers/assets.rb
276
+ - test/dummy/config/initializers/cookies_serializer.rb
277
+ - test/dummy/config/initializers/inflections.rb
271
278
  - test/dummy/config.ru
272
- - test/dummy/log/development.log
273
- - test/dummy/log/test.log
274
- - test/dummy/public/404.html
279
+ - test/dummy/Rakefile
280
+ - test/dummy/public/favicon.ico
275
281
  - test/dummy/public/422.html
276
282
  - test/dummy/public/500.html
277
- - test/dummy/public/favicon.ico
278
- - test/dummy/Rakefile
279
- - test/dummy/README.rdoc
280
- - test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
283
+ - test/dummy/public/404.html
284
+ - test/dummy/log/test.log
285
+ - test/dummy/log/development.log
286
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache
287
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
281
288
  - test/dummy/tmp/cache/assets/sprockets/v3.0/Al/Al8B-MlRXLmvveOkSiQtTH7Mnx87ww6TKPPkXQkDCfA.cache
289
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache
282
290
  - test/dummy/tmp/cache/assets/sprockets/v3.0/El/Elvl8FhrIcCHSvOVJ4mlw98G_x77dIhDO7ncklgb9o8.cache
283
- - test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache
284
- - test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache
291
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache
292
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache
293
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
294
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache
285
295
  - test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
296
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache
297
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache
286
298
  - test/dummy/tmp/cache/assets/sprockets/v3.0/Iv/IvDM1j8-H1H6kEjVCsyIW8N2zla-aIp9q_OE9PVZtVw.cache
287
- - test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache
288
299
  - test/dummy/tmp/cache/assets/sprockets/v3.0/OH/OHv3xxmOjKcBMS0Y_yTmyfrhpGoi7AbGMBAcCFsH1vg.cache
289
300
  - test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
290
- - test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache
291
- - test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
292
- - test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache
293
- - test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache
294
301
  - test/dummy/tmp/cache/assets/sprockets/v3.0/TG/TGzz_qJLZNCMGy25pS4Lm-8Vj71mxCyy5TNmGoF9mUk.cache
295
- - test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache
302
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.log
303
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.aux
304
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.tex
305
+ - test/dummy/tmp/f49fc320-ad78-44cc-81a2-967d69f703a7/input.pdf
306
+ - test/dummy/README.rdoc
296
307
  - test/integration/config_test.rb
297
308
  - test/integration/rendering_test.rb
298
- - test/latexpdf/configuration_test.rb
299
- - test/latexpdf/escaper_test.rb
300
- - test/latexpdf/latexpdf_error_test.rb
309
+ - test/test_helper.rb
301
310
  - test/latexpdf/latexpdf_test.rb
311
+ - test/latexpdf/escaper_test.rb
302
312
  - test/latexpdf/logger_test.rb
313
+ - test/latexpdf/configuration_test.rb
303
314
  - test/latexpdf/pdf_generator_test.rb
304
- - test/test_helper.rb
305
- - test/testdata/empty.tex
306
- - test/testdata/invalid_tex.tex
307
- - test/testdata/minimal.tex
315
+ - test/latexpdf/latexpdf_error_test.rb
308
316
  - Rakefile