').html(content)) newContent.find('span.math-tex').each(function() { $(this).attr('data-math-tex', $(this).html()); }); return newContent.html() } if (FroalaEditor) { FroalaEditor.DefineIcon('calculator', { NAME: 'calculator', template: 'font_awesome' }); FroalaEditor.RegisterCommand('mathjax', { title: 'Insert LaTeX', icon: 'calculator', focus: true, undo: true, refreshAfterCallback: true, callback: function() { this.html.insert('\\begin{equation} \\end{equation}'); if (this.codeView) { if (!this.codeView.isActive()) { this.codeView.toggle() } } } }) } window.removeDataMathTex = function(content) { var newContent = $($('
').html(content)) newContent.find('span.math-tex').each(function() { $(this).html($(this).data('math-tex')); $(this).removeAttr('data-math-tex'); }); return newContent.html() } window.froalaSharedConfigs = { language: 'ja', heightMin: 360, heightMax: 800, attribution: false, key: 'iTB2xC5D4D5B1C1C1B2pZGCTRSAPJWTLPLZHTQQb1JGZxE2F2G2E1B10B2B2E6F1D1==', quickInsertEnabled: false, codeViewKeepActiveButtons: ['moreMisc', 'fullscreen', 'mathjax'], imageEditButtons: ['imageReplace', 'imageAlign', 'imageRemove', '|', 'imageLink', 'linkOpen', 'linkEdit', 'linkRemove', '-', 'imageDisplay', 'imageStyle', 'imageAlt', 'imageSize'], imageInsertButtons: ['imageUpload', 'imageByURL'], imageAllowedTypes: ['jpeg', 'jpg', 'png'], imageUploadMethod: 'POST', imageUploadURL: '/editor_files', imageUploadParam: 'file', imageMaxSize: 30 * 1024 * 1024, videoUploadURL: '/editor_files', videoUploadParam: 'file', videoUploadMethod: 'POST', videoAllowedTypes: ['mp4'], videoMaxSize: 500 * 1024 * 1024, fileUploadMethod: 'POST', fileUploadURL: '/editor_files', fileUploadParam: 'file', fileMaxSize: 100 * 1024 * 1024, fileAllowedTypes: ['application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'image/jpeg', 'audio/mpeg', 'video/mp4', 'video/mpeg', 'image/png', 'application/vnd.ms-powerpoint', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'application/vnd.rar', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip', 'application/x-7z-compressed', 'application/gzip', 'application/x-rar-compressed', 'application/octet-stream', 'application/x-zip-compressed', 'multipart/x-zip', 'application/x-zip'], htmlAllowedEmptyTags: ['*'], htmlUntouched: true, htmlAllowedAttrs: ['.*'], htmlAllowedTags: ['.*'], htmlAllowedStyleProps: ['.*'], htmlRemoveTags: [''], listAdvancedTypes: false, audioAllowedTypes: ['mp3', 'mpeg', 'x-m4a'], quickInsertButtons: ['audio', 'video'], audioUploadURL: '/editor_files', audioEditButtons: ['audioReplace', 'audioRemove', '|', 'audioAlign'], audioUploadMethod: 'POST', audioUploadParam: 'file', audioMaxSize: 100 * 1024 * 1024, toolbarButtons: { 'moreText': { buttons: ['bold', 'textColor', 'underline', 'strikeThrough', 'subscript', 'superscript', 'fontSize', 'italic', 'backgroundColor', 'clearFormatting'], buttonsVisible: 2 }, 'moreParagraph': { buttons: ['alignLeft', 'alignCenter', 'paragraphFormat', 'alignRight', 'alignJustify', 'formatOL', 'formatUL', 'outdent', 'indent', 'quote'], buttonsVisible: 3 }, 'moreRich': { buttons: ['insertLink', 'insertImage', 'insertVideo', 'insertAudio', 'insertFile', 'insertTable', 'mathjax'], buttonsVisible: 2 }, 'moreMisc': { buttons: ['html', 'undo', 'redo', 'fullscreen', 'mathjax'], buttonsVisible: 1 } } } })
教材ファイル

Check out online courses you can learn with

an abundance of material from videos, text, to quizzes

Lecture 1:
教材ファイル