This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = x86_64-w64-mingw32-g++ | |
| testmain: testmain.cc mingw-utf8-commandline.cc mingw-utf8-filename.cc | |
| $(CXX) -municode -static -o testmain \ | |
| testmain.cc mingw-utf8-commandline.cc mingw-utf8-filename.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = x86_64-w64-mingw32-g++ | |
| testmain: testmain.cc mingw-utf8-commandline.cc mingw-utf8-filename.cc | |
| $(CXX) -static -o testmain \ | |
| testmain.cc mingw-utf8-commandline.cc mingw-utf8-filename.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = i686-w64-mingw32-g++ | |
| testmain: testmain.cc mingw-utf8-main.cc mingw-utf8-hook.cc \ | |
| mingw-utf8-func.cc mingw-utf8-conv.cc | |
| $(CXX) -static -o testmain testmain.cc \ | |
| mingw-utf8-main.cc mingw-utf8-hook.cc \ | |
| mingw-utf8-func.cc mingw-utf8-conv.cc \ | |
| -ldbghelp | |
| clean: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % -*- coding:utf-8 -*- | |
| Unicode PDF outline strings sample for plain LuaTeX | |
| Copyright(C) Masamichi Hosoda 2016 | |
| 下記の 2 環境で動作しました。 | |
| This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/Cygwin) (rev 5238) (format=luatex 2015.10.17) | |
| This is LuaTeX, Version beta-0.89.1 (TeX Live 2016/W32TeX/dev) (format=luatex 2016.2.11) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = g++ | |
| tensor_enum_sample: sample_main.cc tensor_enum.cc tensor_enum.hh | |
| $(CXX) -std=c++11 -o tensor_enum_sample sample_main.cc tensor_enum.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = g++ | |
| tensor_enum_sample: sample_main.cc tensor_enum.hh | |
| $(CXX) -std=c++11 -o tensor_enum_sample sample_main.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = g++ | |
| tensor_enum_sample: sample_main.cc tensor_enum.cc tensor_enum.hh | |
| $(CXX) -std=c++11 -o tensor_enum_sample sample_main.cc tensor_enum.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CXX = g++ | |
| tensor_stor_sample: sample_main.cc tensor_stor.hh | |
| $(CXX) -std=c++11 -o tensor_stor_sample sample_main.cc | |
| clean: | |
| -rm -fr *~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[twocolumn]{jlreq} | |
| \makeatletter | |
| \renewenvironment{thebibliography}[1]{% | |
| \jlreq@oldfontcommand@enable | |
| \section*{\refname}% | |
| \@mkboth{\refname}{\refname}% | |
| \list{\@biblabel{\@arabic\c@enumiv}}% | |
| {\settowidth\labelwidth{\@biblabel{#1}}% | |
| \@tempdima\linewidth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; Directory Local Variables | |
| ;;; See Info node `(emacs) Directory Variables' for more information. | |
| ((c++-mode | |
| (c-default-style . "gnu") | |
| (indent-tabs-mode))) |
OlderNewer